/*Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #C6C1BB;
	color: #C6C1BB;
	}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F90;
}
a:active {
	text-decoration: none;
}
#header {
	background-color: #4dc1ef;
	width: 100%;
	height: 40px;
	float: left;
}

#compname {
	text-align: center;
	color: #999;
	width: 40em;
	height: 10em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10em 0em 0em -20em;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	background-color: #333333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight: lighter;
	position: absolute;
	left: 246px;
	top: 63px;
	width: 170px;
	color: #C6C1BB;
}

em {
		font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	font-weight: lighter;
	text-align: left;
	position: absolute;
	left: 1px;
	top: 160px;
	width: 640px;
}

	
