/* CSS Document */

#apDiv1 {
	position:absolute;
	left:0px;
	top:40px;
	width:400px;
	height:220px;
	z-index:1;
}

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
	background:#030100;
	background:url(../images/mainBg.jpg) center repeat-y #000000;
	text-align:left;
}
td{
	text-align:left;
}
html{
	min-height:100%;
	margin-bottom:1px;
}
img {
    border: none;
}
img a{
    border: none;
}
ul{
	list-style:none;
}
img.normal{
	float:left;
}
h1{
	font-size:2.3em;
	padding:0px;
	margin:0px;
}

h2{
	font-size:1.6em;
	padding:0px;
	margin:0px;
}

h3{
	font-size:1.2em;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
/************************************
* Clear fixes
*************************************/
.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 */
div.clear {
	clear: both;
	font-size: 0em;
	line-height: 0em;
}
/************************************
* End clear fixes
*************************************/
