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

body{
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #000000;
}

#main{
	width:1024px;
	height:670px;
	background-color:#000000;
	margin-bottom:0px;
	filter:alpha(opacity=60);
	opacity:0.6;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

#title{
	width:400px;
	height:235px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

#nav{
	width:800px;
	height: 100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

#buttons{
	width:60px;
	height: 80px;
	padding-left: 102px;
	padding-right: 102px;
	padding-top: 20px;
	float:left;
}

#buttons img{
	border:0;
}

#content{
	width:255px;
	height: 270px;
	padding-top: 20px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	position:relative;
}

#content img{
	border:0;
	padding-top:0px;
}

#images{
	width:200px;
	height: 180px;
	text-align:center;
	float:left;
	padding-top: 20px;
	position:relative;
}

#images img{
	border:0px;
}