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

body{
	background-image:url(img/red-curtain2.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-color: #660000;
	text-align:center;
}

#main{
	width:800px;
	height:620px;
	margin-bottom:0px;
	background-image:url(transparent.png);
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}

#title{
	width:800px;
	height:100px;
	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:240px;
	height: 180px;
	padding-left: 20px;
	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;
}

#line{
	width:800px;
	height:180px;
}

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

#images img{
	border:0px;
}