@import url("up-blk.css");
@import url("content.css");
@import url("bottom.css");
@import url("index.css");


html
{
	margin: 0px auto;
	padding: 0px;
}

body
{
	background-color: black;
	margin: 0px auto;
	padding: 0px;
	border: none;
/*	width: 1024px;*/
/*	max-width: 1000px;*/
}




a
{
	outline: none;
	-moz-outline-width: 0;
}

#main
{
	margin: 0px auto;
	width: 1024px;
/*	height: 700px;*/
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}

.foot {
	
	position:absolute;
	top:1870px;
	color:#8B7C6E;
	font-size:10px;
	right:1px;
	text-align:right;
	width:100%;


}

.a2 {
		
		padding-left: 10;
                padding-top: 5;
		font-size:11;
	}



.af
{
	outline: none;
	color:white;
}

