html, body {
	height:100%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin:0; 
	padding:0;
	background:url(images/bg.gif);
	color:#E13154;
	text-align:center;
}

.wrapper {
	background-color: #a4243d;
	background-image:url(images/wrap_back.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}

.thumbs {
	width: 974px;
	margin: auto;	
	clear: both;
	background-image:url(images/table_bg.gif);
	overflow:hidden;
}

	.thumbs a IMG{
		border: 1px solid #E13154;
		background: gray;
		width:150px;
		height:200px;
	}

	.thumbs a:hover IMG {
		border: 1px solid #FFFFFF;
		background: gray;
	}

A {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none; 
	font-weight: normal;
}
A:hover {
	text-decoration: underline; 
}
blockquote {
	width: 484px;
	height: 238px;
	display: block;
	background: url(images/title.jpg) top right no-repeat;
	margin: 0;
	text-indent: -700em;
	overflow:hidden;
	white-space: nowrap;
	display: block;
}

h2{
	margin: 0;
	padding: 0;
	color:#F2909F;
	font-size:30px;
	font-weight:normal;
	background-image:url(images/title_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:50px;
	overflow:hidden;
}

.small {
	font-size:11px;
	color:#F2909F;
}
a.hl:link {
	font-size:11px;
	color:#cccccc;
}
a.hl:visited {
	font-size:11px;
	color:#cccccc;
}
.top_head {
	line-height:1.4em;
}
.toplist {
	font-size:18px;
	line-height:1.4em;
}
.toplist a {
	font-size:18px;
	line-height:1.4em;
}
.rowlink a {
	font-size:22px;
	font-weight:bold;
}
.nexus a {
	font-size:14px;
}