html * {
padding:0;
margin:0;
}

body{
	background-color: #f8f9fb;
	background-image: url(pattern.jpg);
	background-repeat: repeat-x;
	font: normal normal 10px/12px Verdana, sans-serif;
	color: #3d6076;
}

a:link { color: #cc3d2a; font-size: 10px; font-family: verdana; line-height: 12px; text-decoration: none; }
a:visited { color: #cc3d2a; font-size: 10px; font-family: verdana; line-height: 12px; text-decoration: none; }
a:hover { color: #464d57; font-size: 10px; font-family: verdana; line-height: 12px; text-decoration: none; }
a:active { color: #cc3d2a; font-size: 10px; font-family: verdana; line-height: 12px; text-decoration: none }


#main {height: 700px; width: 990px; position: absolute; left: 50%; margin-left: -495px;}

#noflash {margin: 30px auto; width: 80%; font-size:250%; background: #aaa; padding: 1em;}
#noflash h1, #noflash h2, #noflash h3, #noflash h4, #noflash h5, #noflash h6 {color: #fff; line-height: 120%;margin-bottom:1em;}
#noflash h2 {font-size:120%;}  
#noflash h3 {font-size:130%;}

#noflash a, #noflash a:link {font-size:120%;color: #fff; line-height: 120%; text-decoration: underline;}   
#noflash p {font: normal normal 120%/120% Verdana, sans-serif; color: #fff;}

