@charset "utf-8";
/* CSS Document */


body
{
background-color:#000;
/*
background-color:#5b2525;
*/
}

 .back{
	 -moz-border-radius: 1em;
	margin:auto;	
	width:780px;		
	background-image:url('images/backgroundgradwhite1.png');
	background-repeat:repeat-x;
	Padding-right:20px;
	Padding-left:20px;
	Padding-top:10px;
	}
 
 p.main{
	font-family:Verdana;
 	text-align:center;
	font-size:20px;
	color:#5b2525;
	border: 3px solid #974646;
	
	background-color:#d16962;
	background-image:url('images/backgroundgradwhite1.png');
	background-repeat:repeat-x;	
 }
 

.mid{
	margin:auto;
	width:750px;
	text-align:center;	
	-moz-border-radius: 1em;
	padding-bottom:100px;
	
}

.innermid
{
	margin:auto;
	width:120px;
	
}

p.but1 {
	font-family: Verdana;
	color:#5b2525;
	font-size: 20px;
	border: 3px solid #974646;
	background-color:#b54f4f;
	-moz-border-radius: 1em;
	text-align:center;
					
}

a:link {color:#5b2525;text-decoration:none}
a:visited {color:#5b2525;text-decoration:none} 
a:hover {color:#d16962;	text-decoration:underline}  
a:active {color:#5b2525}  