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;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
img, a {text-decoration:none;outline:#FFF;}

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

body {
	background:#FFF;
	text-align: center;
	font:bold 11px/20px "Courier New",Courier,monospace;
	color:#181818;
}

p {
	margin:0 0 10px 0;
}

#logo {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -210px 0 0 -225px;
	width:450px;
	height:420px;
	text-align: center;
}

* html #logo { position:absolute; }


h1 {
	width:450px;
	height:200px;
	background:#FFF url('../img/rotate.php') no-repeat;
	overflow:hidden;
	text-indent: -5000px;
	font-weight:bold;
}
h2 {
	margin:0 auto 5px auto;
	font-weight:bold;
}

a {
	padding:4px 10px 4px 3px;
	background:#F1F1F1;
	text-decoration:none;
	font-weight:bold;
}
a:link, a:visited {
	color:#666;
}
a:hover {
	background:#666;
	color:#FFF;
}


