/*#############################################################
Name: HESS DESIGN STUDIO
Date: 2009-03-13
Description: intro css
URL: http://www.hessdesignstudio.net

#############################################################*/

body{
	margin:0px;
	padding:0px;
	background-color:#000000
}

a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

#container{
	height:100%;
	width:100%;
	margin:0 auto;
}

#intro {
	position:absolute;
	top:50%;
	left:25%;
	height:100px;
	width:700px;
	margin:0 auto;
	margin-top:-75px;
	margin-left:-60px;
	font-family:arial;
	color: #000000;
	font-size:300%;
	font-weight:bold;
}

.clear-both{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}