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

body{
	 background-image: url(pattern_01_gruen.jpg);
	font: normal normal 10px/12px Verdana, sans-serif;
	color: #464d57;
	margin: 50px 0 0 0 ;
}

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: 500px; width: 383px; position: absolute; left: 50%; margin-left: -192px;}
