

* {margin:0; padding:0;}

.clear {clear:both}

a img { border: none; } 

a:link, a:visited, a:hover, a:active { text-decoration: none; }

body {background-color: #020109;}

#main img {width: 100%; height: auto; }
#main {max-width: 1920px; margin: 0 auto;}

#footer {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:10px;
	background: url(../img/content-bg.png) repeat;
	height:28px;
	padding:0px;
	text-transform:uppercase;
	z-index:4;
	font-family: Arial, Helvetica, sans-serif;
}

#copyright {
	margin: 8px 0 0 8px;
	color:#CCC;
}

#copyright a { color: #fff;}

#copyright a:hover { text-decoration: underline;}