*{
	font-family: tahoma;
	font-size: 12px;
}

body{
	background: #111111 URL('../images/bg.jpg') repeat-x;
	margin: 0px;
}

h1{
	font-size: 22px;
	font-family: arial;
	font-weight: normal;
}

img{
	border: 0px;
}

a{
	color: #000000;
}
a:hover{
	color: #000000;
	text-decoration: none;
}

#top{
	height: 15px;
	background: #131313;
}

#main{
	background: #ffffff URL('../images/mainbg.jpg') repeat-x;
	padding: 0px;
}

#copyright{
	height: 60px;
	color: #ffffff;
	width: 40%;
	padding-left: 30px;
}

#footerlinks{
	color: #ffffff;
	width: 60%;
	text-align: right;
}
	#footerlinks a{
		color: #ffffff;
	}
	#footerlinks a:hover{
		color: #fdb105;
		text-decoration: none;
	}

#content{
	padding: 20px;
}