body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
body,form,ul,ol,h1,h2,h3,p {
	margin:0px;
	padding:0px;
}
ul,ol {
	list-style:none;
}
a {
	text-decoration:none;
}
.clearfix:after{
   content: ".";
   display: block;
   height: 0; 
   clear: both;
   visibility: hidden;
}
.clearfix {
   display: inline-block;
}
/* Hides from IE-mac */
* html .clearfix {
   height: 1%;
}
.clearfix {
   display: block;
}
/* End hide from IE-mac */

.main {
	width:1004px;
	margin:0 auto;
}

#header {
}
#header #nav {
	height:52px;
	background:#000;
}
#bottom {
	height:45px;
	position:relative;
	background:url(images/copyright.gif) no-repeat center #000;
}
#bottom div {
	top:13px;
	right:285px;
	position:absolute;
}
#bottom div a {
	width:75px;
	height:20px;
	display:block;
}
#bottom div.a {
	top:15px;
	right:100px;
	position:absolute;
}
#bottom div.a a {
	color:#ccc;
	display:inline;
}
#bottom div span {
	width:75px;
	height:20px;
	margin:0 5px 0 5px;
}
