body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #000000;
	background-image: url(img/back.jpg);
	background-repeat: repeat-y;
	background-position:center;
	margin:0;
}
p.desc{
	width:200px;
	float:left;
	position:relative;
	top:45px;
	left:140px;
	color:#333;
	padding:5px;
}
p.desc span{
	font-size:18px;
	margin:-5px;
}
img.preview{
	position:relative;
	top:45px;
	left:72px;
	*left:68px;
	border:0;
	float:left;
}
div.links{
	position:relative;
	top:40px;
	left:310px;
	clear:left;
	width:400px;
}
div.links {
	top:100px;
}
div.links img{
	border:0;
}

#thumbs {
	width:600px;
	margin:auto;	
	text-align:center;
}
#thumbs img{
	float:left;
	width:120px;
	margin:10px;	
	border: 1px solid #333;

}

br {
	clear:left;	
}

p.text{
	width:600px;	
	text-align:left;
	
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF00;
}

b {
font-weight: normal;}