﻿* {
	margin:0;
	padding:0;
	}
	
body {
	background-color : #C0C0C0;
	color : #202020;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif, sans-serif;
	text-align:center; /* horizontal centering for IW WIn quirks */
	}

	
	
#main {
   position: absolute;
   visibility: visible;
   left: 50%;
   top: 50%;
   width: 600px;
   height: 240px;
   margin-left: -300px;
   margin-top: -120px;
   z-index : 1; 
} 

#main h1{
	font-size:1.1em;
	padding-bottom:1.2em
	}
	
#main p{
	font-size:1.5em	
	}

#main a:link { color:#202020; text-decoration:none }
#main a:visited { color:#606060; text-decoration:none }
#main a:hover { color:#eeeeee; text-decoration:none }
#main a:active { color:#eeeeee; text-decoration:none }

