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

body {
	color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #020001;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 600px;
}
#main-text {
	width: 400px;
	position: absolute;
	top: 177px;
	line-height: 18px;
}
a {
	color: #FFF8C7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#footer {
	position: absolute;
	top: 562px;
	left:310px;
}
#contact {
	position: absolute;
	left: 550px;
	top: 400px;
}
img {
	border-style: none;
	margin-right: 10px;
}
p.footer {
	position:absolute;
	width: 768px;
	padding-top:10px;
}
