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

body{
	background-image: url(pattern.gif);
	background-repeat: repeat-x;
	background-color: #494e4f;
	font: normal normal 10px/12px Verdana, sans-serif;
	color: #464d57;
}

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: #999a9c;
}

#main{
	font: normal normal 10px/12px Verdana, sans-serif;
	margin: 180px 0px 0px 20px;
	color: #999a9c;
}

