#master {
	width: 990px;
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0;
	top: 0;
}

#content {
	position: absolute;
	height: 1024px;
	width: 990px;
	left: 0px;
	top: 0;
	background-image:url(images/bg.jpg);
}
#header {
	position: absolute;
	background:url(images/header.png);
	height: 220px;
	width: 990px;
	left: 0;
	top: 0;
}
#footer {
	position: absolute;
	height: 90px;
	width: 990px;
	left: 0px;
	top: 550px;
	background-image:url(images/footer.png);
}
body {
	text-align: center;
	background-color: #000000;
}
#menu {
	position: absolute;
	height: 44px;
	width: 296px;
	top: 64px;
	right: 260px;
}
.style1 {
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#welcome {
	position: absolute;
	height: 467px;
	width: 722px;
	left: 206px;
	top: 91px;
	background-image:url(images/welcome.png);
}
#welcome_content {
	height: 200px;
	width: 450px;
	position: absolute;
	left: 12px;
	top: 125px;
}
.style3 {font-size: 10px}