@charset "utf-8";
/* CSS Document */

body {
text-align: center; /* center's things in pre IE6 */
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000000;
background-image:url(../images/background.jpg);
background-repeat: repeat-x;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}

#container{
margin: 0 auto;
width: 900px;
min-height: 100px;
height: auto;
padding: 0px;
}

#header{
width: 900px;
min-height: 205px;
height: 205px;
text-align: left;
}

#content_left{
width: 493px;
min-height: 498px;
height: 498px;
float: left;
display: inline;
margin-top: 10px;
text-align: left;
font-family: Gill Sans MT, Helvetica, sans-serif;
font-size: 14px;
letter-spacing: 0.2px;
line-height: 17px;
}

#content_right{
width: 407px;
min-height: 498px;
height: 498px;
float: right;
display: inline;
margin-top: 10px;
}

#collage{
width: 250px;
min-height: 498px;
height: 498px;
float: left;
text-align: center;
}

#clear{
clear: both;
}

#footer{
margin: 0 auto;
width: 900px;
min-height: 100px;
height: auto;
margin-top: 15px;
}

#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: none;
	color: #666666;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

.thanks{
font-size: 12px; display: block; text-align: left; margin-left: 25px;
}

.thanks_title{
font-size: 20px; font-weight: bold; color: #eb1062; display: block; margin-top: 15px; text-align: left; margin-left: 25px;
}

.top_tab{
vertical-align: top; margin-left: 50px;
}

.header_image{
margin-left: 48px; margin-top: 8px;
}

.header_image2{
margin-left: 48px;
}

.title{
margin-bottom: 10px; margin-top: 5px;
}

.title_enter{
float: right; margin-right: 17px;
}