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

body{
	background-color: #434246;
}



* {
    padding: 0;
    margin: 0;
}



#container{
	width: 600px;
	height: 450px;
	right: 50%;
	margin-right: -373.5px;
	position: absolute;
	background-image: url(images/back.gif);
	background-repeat: repeat;
}



h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #bdba87;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;	
}



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