html
{
	overflow: auto;
}

body
{
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-family: arial;
	color: #666;
	background:url(../images/bg_01.jpg) center no-repeat #000;
}

A:link {
	text-decoration: underline; color: #FF33FF; font-weight: bold;
	}
A:visited {
	text-decoration: underline; color: #FF33FF; font-weight: bold;
	}
A:active {
	text-decoration: underline; color: #FF33FF; font-weight: bold;
	}
A:hover {
	text-decoration: underline; color: #FF33FF; font-weight: bold;
	}
#outercontainer {
	margin-left: -465px;
	position: absolute;
	left: 50%;
}
#container {
	position:absolute;
	width: 930px;
	margin:0 auto;
}




/*-----------------Footer----------------*/
#footer {

}




/*-----------------Misc----------------*/

.style1 {font-size: 9px}
.style2 {color: #666666}

.clear {
	clear:both;
	}
.fl {
	float:left;
	}
.fr {
	float:right;
	}
.img-text-fl {
	float:left;
	padding:0 10px 10px 0;
	}
	
#social {
	position: relative;
	width:500px;
	height: 88px;
	margin: 0 auto;
	text-align:center;
	clear:both;
}
#social p{
	font-size:12px;
	color:#999;
	padding:5px;
}
h1 {
	font-size: 9px;
	color: #666;	
	font-weight: normal;
	text-align:center;
	clear:both;
}
h2 {
		font-size: 9px;
	color: #666;	
	font-weight: normal;
	text-align:center;
	clear:both;
}
.designedby {
	float:left;
	padding:0;
	font-size: 80%;
	line-height: 0px;
	text-indent:-999999px;
}

.copyright {
	float:left;
	width:400px;
	padding:10px 0 0 10px;
}
	