@charset "utf-8";
/* CSS Document */
#header {
	position:absolute;
	top:0px;
	width:780px;}
			
#header_left h1 {
	float:left;
	margin:0 auto;
	padding:0;
	background:#044690 url(../images/sick_computer.jpg) no-repeat center top;
	text-indent:-9999px;
	height:150px;
	width:350px;}
	
#header_right {
	float:right;
	margin:0 auto;
	padding:0;
	width:430px;
	height:150px;
	background:#044690 url(../images/sick_computer_background.jpg);}

#header_right h2  {
	position:relative;
	top:27px;
	margin:0 auto;	
	color:#fff;
	font-style:italic;
	padding:0px;
	width:400px;
}
	
#header_right h3  {
	position:relative;
	top:40px;
	text-align:right;
	margin:0 auto;	
	color:#fff;
	padding:0px;
	width:300px;}
