body	{	background: #ccc url(images/bg.jpg); background-repeat: repeat-x; 	margin: 0px; font-family:Arial; font-weight:lighter; font-size: 14px; color: #fff;}
#wrapper	{width: 900px; margin: auto;	}
#top		{  height: 125px; background: transparent url(images/topbg.jpg); width: 100%;}
#logo		{  left:30px;
position:relative;
top:30px; }

#main	{
background: url(images/mainbg.jpg);
height: 360px;
width: 860px;
padding: 20px;
}

#foot	{
background:url("images/bgfoot.jpg") repeat scroll 0 0 transparent;
height:44px;
margin-top:20px;
padding:13px;
width:874px;
}


.box	{
padding: 20px;
background: #242424;
border: 1px solid #000;
}

.abox	{
width: 500px;
float: left;
}

#vcode	{
padding: 10px;
font-size: 28px;
text-align: center;
background: red;
font-weight: bold;
border: 2px dashed #fff;
}

.bbox	{
width: 260px;
float: right;
}

.clear	{
clear: both;
}

#codebox	{
background:url("images/topbg.jpg") repeat scroll 0 0 transparent;
border:1px solid black;
font-size:20px;
font-weight:bold;
padding:20px;
text-align:center;
}

#codebox span	{
padding: 5px;	
border: 2px dashed black;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #f3e88e;
text-shadow:0 0 1px black;
}
#codebox span:hover	{
color: #fff;
}

#foot2	{
float:left;
margin-left:20px;
margin-top:13px;
}

#foot2 a	{
color: #fff;
}

#codebox p {
font-size:9px;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:14px;
}

#email	{
border:1px solid black;
float:left;
font-size:19px;
height:39px;
padding:5px;
width:670px;
}
