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

#container
{
	width:1024px;
	min-height:900px;
	margin:auto;
}
#nav
{
	width:982px;
	height:48px;
	margin: 50px 20px 10px 20px;
	background-image: url(../images/opacity_black_70.png);
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}
#welcome
{
	background-image:url(../images/welcome.jpg);
	width:320px;
	height:400px;
	margin:50px 0px 0px 20px;
}
