body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0;
	background-image: url(../image/bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
}
.header {
	background-image: url(../image/top_border.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 123px;
	border: px solid #0F0;
	margin-bottom: -15px;
}
.main_image {
	background-image: url(../image/intro.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	height: 300px;
	width: 1000px;
}
.content {
	width: 100%px;
	background-image: url(../image/bg_pixel.jpg);
	background-repeat: repeat;
	height: auto;
	padding-top: 10px;
}
.contact {
	width: 1000px;
	height: auto;
}
.welcome {
	background-image: url(../image/mid_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 05px;
	height: auto;
	width: 998px;
}
.footer {
	height: 35px;
	background-image: url(../image/footer_pixel.jpg);
	background-repeat: repeat-x;
	color: #b2b2b2;
	font-family: "Arial", Helvetica, sans-serif;
	width: 100%;
	color: #000;
}
.footer a {
	color: #f6b703;
	text-decoration: none;
}
.footer a:hover {
	color: #f6b703;
	text-decoration: underline;
}
