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

body {
	margin-top: 100px;
	background-image: url(img/bg.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #3c8a8d;
}

a {
	color: #de3172;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#main {
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: inherit;
	background-image: url(img/bg3.jpg);
	padding: 20px;
}

#main2 {
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	height: inherit;
	background-image: url(img/bg2.jpg);
	padding: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #3c8a8d;
	line-height: 15px;
}

#main2 a {
	color: #de3172;
	text-decoration: none;
}

#main2 a:hover {
	color: #000000;
	text-decoration: none;
}
