@charset "utf-8";
/* CSS Document */

body {
	background: #000000;
	width: 760px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0 auto;
	font-size: 11px;
}

#leftCol, #rightCol {
	margin: 150px 0 0 0;
	width: 380px;
	float: left;
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
}


/* Hack */

.clearfix {display: inline-block;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*---------- END HACK ----------*/
