/* CSS Document */

@charset "UTF-8";

body{
	background-color:#333333;
	margin:0px;
	color:#CCCCCC;
	font-size:8pt;
}

a:link{ color:#CCCCCC; }
a:visited{ color:#CCCCCC; }
a:hover{ text-decoration:underline;}

#wrapper {
	width: 1003px;
	margin: 0px auto;
	padding-top: 0px;
	background: #333333;
	background: url(../img/bg.jpg) no-repeat;
}

#title{
	height:577px;
	width: 350px;
	margin:0px;
	background: url(../img/title.jpg) no-repeat;
}

#btm{
	height:40px;
	width:1003px;
	background:url(../img/btm.jpg) no-repeat; 
}
#menu{
	padding:12px 0px 0px 110px;
}

