* {margin: 0; padding: 0;}
body {
	font: 14px Arial, sans-serif;
	width: 100%;
	color: #c7c7c7;
	background: #000;
	text-align: center;
}

a:link, a:visited, a:active, a:hover {color: #fff; text-decoration: underline;}
a:hover { text-decoration: none;}

img {border: none;}
input, select {vertical-align: middle;}
ul li{list-style: none;}
.clear{clear: both;}

table{ border: 0; border-collapse: collapse; margin: 0 auto; }

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 184px;
	width: 850px;
	margin: 0 auto;
	overflow: hidden;
	background: url(images/cont_bg.jpg) repeat-y;
}

/* Middle
-----------------------------------------------------------------------------*/
#container {
	width: 850px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	background: url(images/cont_bg.jpg) repeat-y;
}
#container h2{ font-size: 24px; color: #fff; text-align: center; line-height: 60px; }

.thumbs td{ padding: 8px; }
.thumbs img{ border: 2px solid #363636; }
.thumbs a:hover img{ border: 2px solid #fff; }

.link{ font-size: 48px; font-weight: 700; margin: 0 0 20px; font-family: Impact; }

a:link .link, a:visited .link, a:active .link, a:hover .link{color: #ff0000; text-decoration: underline;}
a:hover .link{ text-decoration: none;}
.link{ font-size: 36px; font-weight: 700; margin: 0 0 20px; display: block; }
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 850px;
	margin: 0 auto;
	height: 20px;
	line-height: 20px;
	background: url(images/cont_bg.jpg) repeat-y;
}


