body {
	background: #292929;
	color: #414141;
	font-family: Helvetica, "Helvetica Neue", "Lucida Grande", sans-serif;
	font-weight: bold;
}

#wrapper {
	background: #191919;
	width: 450px;
	height: 296px;
	margin-left: -225px;
	margin-top: -148px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#content {
	background: #FFF;
	margin: 10px 10px 0 10px;
	width: 430px;
	height: 212px;
}

#hello {
	font-size: 55px;
	float: left;
	margin: 55px 0;
	text-align: center;
	width: 250px;
}

#description {
	font-size: 10px;
	color: #999;
	float: left;
	margin: 34px 0;
	width: 150px;
	line-height: 20px;
}

#description span { color: #000; }

a { color: #439bce; text-decoration: none; }
a:hover { color: #000; }

#tip {
	width: 79px;
	height: 28px;
	background: url(img/tip.png);
	position: absolute;
	top: 222px;
	left: 100px;
}

a#logo {
	display: block;
	width: 90px;
	height: 53px;
	background: url(img/logo.png);
	margin: 15px 0 0 10px;
}

#portfolio {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#portfolio li {
	float: left;
	margin: 7px 10px 0 0;
}

img {
	outline: none;
	border: 0;
}

#toolbar {
	background: url(img/toolbar.png) repeat-x;
	width: 430px;
	height: 34px;
	padding: 1px 0 0 0;
}

#toolbar ul {
	margin: 0 0 0 6px;
	padding: 0;
	list-style: none;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
}

#toolbar ul li {
	float: left;
	font-size: 10px;
	text-shadow: 0 1px 0 #FFF;
	margin: 0;
	padding: 0;
}

#toolbar ul li.selected {
	background: url(img/selectedTab.png) bottom center no-repeat;
}

#toolbar ul li a {
	color: #CCC;
	display: block;
	padding: 11px 9px;
}
#toolbar ul li.selected a { color: #439bce; }
#toolbar ul li a:hover { color: #000; }
#toolbar ul li a:active { padding: 12px 9px 10px; text-shadow: none; }

#search {
	float: right;
	width: 71px;
	margin: 7px 12px 0 0;
	border-bottom: 1px solid #FFF;
}

#search input {
	width: 65px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 10px;
	padding: 3px 4px;
	color: #CCC;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	outline: none;
	cursor: pointer;
}

#search input:focus { color: #000; border: 1px solid #999; cursor: text; }