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 }

p{
	font: normal normal 10px/12px Verdana, sans-serif;
	color: #464d57;
}

td{
	font: normal normal 10px/12px Verdana, sans-serif;
	color: #464d57;
}

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