body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0; padding:0;
} 

body {
	background: url(images/bg.png) center repeat-y #000000;
	font-family: Arial, "Times New Roman", Times, serif;
	color: #1f2922;
	font-size: 12px;
 }
 
#container {
	background: #d30033;
	border-left: 5px solid #410111;
	border-right: 5px solid #410111;
}

 
 #thumbs a img {
border: 3px solid #fec51b;
}

#desc {
width: 340px;
padding-top: 20px;
padding-left: 20px;
text-align: center;
color: #fffffe;
font-size: 18px;
font-weight: bold;
line-height: 1.3em;
text-transform: uppercase;
letter-spacing: -1px;
}

#desc a {
	color: #ffca2a;
	font-weight: bold;
	font-size: 24px;
}
