@charset "utf-8";
/* CSS Document */
/* 	RESET  */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,body,html,p,blockquote,
fieldset,input 								{ margin:0; padding:0; outline:none;}
ol,ul,li									{ list-style:none; outline:none; }
a img,:link img,:visited img 				{ border:none; outline:none;}
a 											{ text-decoration:none; outline:none;}
a:hover						 				{ text-decoration:none; outline:none;}
.clear										{ clear:both; outline:none;}
a, a:hover, a:link, a:visited 				{ outline:none;}
.clear										{ clear:both; margin:0; padding:0;}
span 										{ display:none; }
object										{ outline:none;}

/* 	LAYOUT  */
html, body									{ height:100%;  }
body										{ background:#fff; font-family:Verdana, Geneva, sans-serif;font-size:16px;  }


.wrapper 									{ height:130px; width:100%; position:absolute; top:50%; left:0; margin-top:-65px; }
.wrapper h2 								{ text-align:center; color:#039; font-size:40px; } 
.wrapper p									{ text-align:center; color:#555; } 
.wrapper a									{ text-align:center; color:#555; text-decoration:underline; font-size:12px; } 
.wrapper a:hover							{ text-decoration:none; color:#000; } 


