﻿body {
	margin-top: 40px;
	padding: 0;
	font-family: Verdana;
        background: url(bg.jpg) #3f9500;
}

#index {
	position: relative;
	margin: 0 auto;
	padding: 0;
        background: url(index-bg.jpg) no-repeat;
	width: 1024px;
	height: 671px;
}

#logo {
	position: absolute;
	margin-top: 50px;
	margin-left: 280px;
        width: 547px;
	height: 125px;
}


#welcome {
	position: absolute;
	margin-top: 555px;
	margin-left: 345px;
	width: 139px;
	height: 40px;
}

a:link, a:visited { color: #ffff66; text-decoration: none; } 
a:active, a:hover { color: #ffff66; text-decoration: underline; }
a:focus { outline: none;}
img {border: none; outline: none;}

#copy {
	width: 997px;
	position: absolute;
	margin-top: 650px;
	text-align: center;
	font-size: 11px;
	color: #ffff99;

}

