body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2d0141;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-x;
}
#head {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	height: 246px;
	background-image: url(images/bg-head.jpg);
	background-repeat: no-repeat;
}
#top-head {
	background-image: url(images/bg-top-head.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 2px;
}
#top-head a {
text-decoration:none;
color:#FFFFFF;
 
}
#content {
	background-image: url(images/bg-content.jpg);
	background-repeat: no-repeat;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#real-content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 20px;
	min-height: 400px;
}
#real-content img {
	border: thin solid #333333;
}

#footer {
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;
	height: 112px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer-content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 27px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: normal;
	color: #FFFFFF;
}
#footer-content a {
text-decoration:none;
color:#FFFFFF;
}
a:link {
	color: #b400ff;
	text-decoration: none;
}
a:visited {
	color: #b400ff;
	text-decoration: none;
}
a:hover {
	color: #b400ff;
	text-decoration: underline;
}
a:active {
	color: #b400ff;
	text-decoration: underline;
}

