/*---------- RESET ----------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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 { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	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; 
}

div.break {
	display:block;
	clear:both;
	height:1px;
}

/*---------- END RESET ----------*/


body {
	background:#FFF;
	text-align: center;
	font:10px/18px 'Andale Mono', Monaco, Courier,monospace;
	color:#636363;
	text-transform: lowercase;
}

#header {
	margin:20px auto;
	width:500px;
	height:150px;
}

#header h1 {
	background:#FFF url('/logo/rotate.php') no-repeat 0 0;
	width:500px;
	height:150px;
	overflow:hidden;
	text-indent: -2000px;
}

#header h1 a {
	display:block;
	width:100%;
	height:100%;
}


#submit {
	position:absolute;
	top:20px;
	left:10px;
	width:75px;
	height:30px;
}

#contact {
	position:absolute;
	top:20px;
	right:0;
	width:75px;
	height:30px;
}

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


#content {
	position:relative;
	margin:0 0 10px 20px;
	text-align:left;
}

#content img {
	margin:0 10px 10px 0;
	float:left;
	vertical-align: top;
}

#content p {
	vertical-align: top;
	text-align:left;
	display:inline;
	width:100%;
}

