@charset "UTF-8";
/* CSS Document */

body {
	background-color:#d0d0dc;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	margin:0 0 0 0;
}
.main {
	background-image:url(images/main.jpg);
	width:1200px;
	height:900px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#b7b6be;
	line-height:1370px;
}
a {
	color:#b7b6be;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
a:visited {
	color:#b7b6be;
	text-decoration:none;
}