body{
   margin: 0px; padding:0px;
	background-image: url(img/bg.jpg);
	color: #E30000;
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px; padding:0px;
	width:710px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: dashed 1px;
}
.head{
   width:710px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: dashed 1px;
}
.thumbs img{
	background-image: url(img/tbg.gif);
	border: solid 1px #E30000;
}
.thumbs img:hover{
	background-image: url(img/tbg.gif);
	border: solid 1px #FFFFFF;
}
.thumbs{
	width:710px;
	border-left: solid  1px;
	border-right: solid  1px;
	padding-top:10px;
	padding-bottom:10px;
}
.banner{
	width:710px;
	 background-color: #000000;
	font:30px Impact, Arial, Helvetica, sans-serif;
	border-left: solid  1px;
	border-right: solid  1px;
	border-bottom: dashed 1px;
	border-top: dashed 1px;
	padding-top:5px;
	padding-bottom:5px;
}
.banner img{
	border: solid 1px #E30000;
}
.enter{
	width:710px;
	font:30px Impact, Arial, Helvetica, sans-serif;
	border-left: solid  1px;
	border-right: solid  1px;
	border-bottom: dashed 1px;
	border-top: dashed 1px;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #000000;
}
a:link{
	color:#E30000;
}
a:hover{
	color:#ffffff;
}
a:visited{
	color:#E30000;
}
.footer{
	font-size: 9px;
	width: 710px;
	border-left: solid  1px;
	border-right: solid  1px;
}