@charset "UTF-8";

/* **************************************
*Since: 2007-8-16
*Modified: 2007-0-00
************************************** */


/* Reset & Restyle
---------------------------------------------------------------------------------------- */
body,h1,h2,h2,h4,h5,h6,p,ul,ol,dl,dt,dd,li,table,th,td,form,select,option,address,pre,strong,em{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,sans-serif;
	text-decoration:none;
	line-height:1.5;
	color: #333;
	margin:0;
	padding:0;
}

body{
	font-size:75%;
	text-align:center;
	background:#000;
}

html>/**/body{
	font-size:12px;
}

img{
	border: 0px;
}

ul, ol{
	list-style-type: none;
}

table {
	border: none;
}

th, td {
	padding: 0px;
}

hr{
    visibility:hidden;
}

p{
    margin:0px auto;
}

.clear{
	clear:left !important;
}


/* link color
---------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color:#000;
}

a:hover {	
	text-decoration: nono;
	color:#FF0000;
}


/* clearFix
---------------------------------------------------------------------------------------- */
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearFix{
	display:inline-block;
}

/*\*/ * html .clearFix{
	height:1%;
} /**/

/*\*/ .clearFix{
	display:block;
} /**/


/* wrapper
---------------------------------------------------------------------------------------- */
#wrapper{
	width:900px;
    margin:0px auto;
}


/* header
---------------------------------------------------------------------------------------- */
#header{
	width:900px;
	text-align:left;
	margin:10px 0px;
}


/* mainContents
---------------------------------------------------------------------------------------- */
#mainContents{
	width:900px;
	height:500px;
	text-align:left;
	float:left;
}


/* footer
---------------------------------------------------------------------------------------- */
#footer{
    width:900px;
	float:left;
	font-size:10px;
	text-align:right;
}

#footer address{
	color:#FFF;
}