
/* General ****************/

body, div{
	margin:0;
	padding:0;
}

html { height: 100%; }

body{
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;
	height:100%;
	width:100%;
	background:#040B15 url(../img/framework/background.jpg) no-repeat top center;
	background-attachment:fixed;
}

a {
	color:#fc2b98;
	text-decoration:none;
	font-weight: bold;
}

a img{
	border:0px;
}

a.white {
	color:#ffffff;
}

.spacing{letter-spacing:.4em;}

/*Fonts********************************/


.arial_8{font-size:8px;}
.arial_9{font-size:9px;}
.arial_11{font-size:11px;}
.arial_10{font-size:10px;}
.arial_12{font-size:12px;}
.arial_14{font-size:14px;}
.arial_15{font-size:15px;}
.arial_16{font-size:16px;}
.arial_18{font-size:18px;}
.arial_20{font-size:20px;}
.arial_22{font-size:22px;}
.arial_24{font-size:24px;}
.blue20{font-size:20px;color:#54caf3;font-weight:normal;}
.blue18{font-size:18px;color:#54caf3;font-weight:normal;}	
.blue14{font-size:14px;color:#54caf3;font-weight:normal;}	
.blue{color:#54caf3;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




