@charset "utf-8";
body {
	background:#FFF;
	margin: 0;
	padding: 0;
	text-align: center; 	
}
img {
	border:none;	
}
a {
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	text-align: right;
	color:#ff0000;
}
a:hover {
	text-decoration:none;
}
#wrapper {
	width: 900px;  
	margin: 5px auto 20px auto; 
	text-align: left;
	border: 5px solid #F7F7F7;
	background: #fff;
	}
#logos {
	width: 720px;  
	margin: 10px auto 25px auto; 
	text-align: center;
}
#logos img { 
	margin: 10px; 
}
p {
	margin: 55px auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	text-align:center;
	color:#000;
}
#listlabel {
	margin: 40px 0 0 30px;
	position:absolute;
	width: 409px;  
	height: 50px;
	background-image:url(../images/listlabel.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
#list {
	margin: 90px 0 0 30px;
	position:absolute;
	width: 200px;  	
	border: 3px solid #F7F7F7;
}
#list_two {
	margin: 90px 0 0 233px;
	position:absolute;
	width: 200px;  
	border: 3px solid #F7F7F7;
	}
#listbottom {
	margin: 446px 0 0 30px;
	position:absolute;
	width: 409px;  
	height: 50px;
	background-image:url(../images/listbottom.png);
	background-position:top;
	background-repeat:no-repeat;
}