/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: 0px;
}
#all, #splash {
	width: 1000px;
	height: 100%;
	position: relative;
	top: 7px;
	margin-left: -500px;
	left: 50%;

}
#logo {
	width: 200px;
	height: 182px;
	margin-left: 393px;
}
#body {
	position: relative;
	top: 10px;
}
#works {
	width: 187px;
	margin-right: 13px;
	margin-top: 1px;
	height: 399px;
	float: left;
	text-align: right;
}
#content {
	padding: 5px;
	width: 590px;
	height: 390px;
	float: left;
	background-color: #000;
}
#clients {
	margin-left: 12px;
	margin-top: 1px;
	width: 188px;
	height: 399px;
	float: left;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 14px;
}
ul li a:link, ul li a:visited, .sub_unsel {
	text-decoration: none;
	color: #aaa;
}
ul li a:hover, .sub_sel {
	color: #222;
}
#hr {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 590px;
	height: 1px;
	background-color: #222;
}
#content a:link, #content a:visited {
	text-decoration: none;
	color: #999;
}
#content a:hover {
	color: #bbb;
}
.made_for {
	float: right;
	color: #999;
}
#footer {
	text-align: center;
	position: relative;
	top: 450px;
	color: #888;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #aaa;
}
#footer a:hover {
	color: #000;
}
#splash_logo {
	width: 200px;
	height: 182px;
	margin-left: 393px;
	position: relative;
	top: 150px;
}
#splash_body {
	position: relative;
	top: 180px;
	width: 100%;
	text-align: center;
	color: #333;
}
#splash_body a:link, #splash_body a:visited {
	text-decoration: none;
	color: #666;
}
#splash_body a:hover {
	color: #000;
}
