/*******************************************************************************
 * This file contains all the styles for the friends list page
 *
 **************************************************************************/

body{
background: black url(../images/sellPage/sellPageBG_800xsomething.jpg) top center no-repeat;
}


#wrapper{
margin:0 auto;
padding:0;
width:800px;
height:auto;
}

#content{
	margin:0 auto;
	padding:0;
	width:800px;
	height:auto;
	background: url(../images/sellPage/contentBG_800x513.png) no-repeat;
}


h1.adminTitles{
margin:0 0 0 60px;
padding:0;
font-size: 6.0em;
color: #c92a2b;
font-family: 'grinched', Arial, Helvetica, Verdana, sans-serif;
}


#content ul{
width:450px;
height:auto; 
margin:5px 0 0 120px;
padding:0;
font-family:"Comic Sans MS", Verdana, Arial, sans-serif;
color:white;
font-size: 1.6em;
}

#content li{
margin:10px 0;
padding:0;
list-style-image: url(../images/sellPage/bullets_23x21.png);
}

#content a.eng{
display:block;
width:800px;
height:183px;
background: url(../images/sellPage/signUpTodayENG_800x183.png) no-repeat;
}

#content a:hover.eng{
background-position: bottom;
}



.signupText, .red {
	color: #ea2527;
	font-size:18px;
	font-weight:bold;
}

