* {
	font-family : tahoma, arial, verdana;
	font-size : 11px;
	color : #303030;
}

body {
	margin : 20px;
	padding : 0px;
	background-color : #F9F9F9;
	text-align : center;
	background-image : url(../images/back.gif);
	background-position : top;
	background-repeat : repeat-x;
	line-height : 170%;
}

.mainDiv {
	width : 750px;
	margin : auto;
	position : relative;
	text-align : center;
}

a {	color : #009E45; }
a:hover {	color : #000000; }
