body {
	background-color: #000;
	margin: 0px;
	color: #000;
	font-size:1.3em;
	line-height: 30px;
	font-style: normal;
	font-weight: normal;
	font-family: Helvetica;
	
}

a {
    outline: none;
}
a:link {text-decoration: none; color: #3868e3;}
a:visited {text-decoration: none;}
a:active {text-decoration: none; color: #fff; }
a:hover {text-decoration: underline; color: #cd2bc7;}


.main {
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	width: 966px;

}

.header {
	
	margin: 0px;
	margin-left: 20px;
	position: fixed;
	top: 0px;
	width: 960px;
	z-index: 30;
	}

.container {
	background-color: #fff;
	margin-top: 50px;
	border-width: 0px;
	width: 966px;
	height: 100%;
	
}

.wrapper {
	width: 966px;
	}

.col1 {

	width: 575px;
	margin-left: 50px;
	margin-top: 45px;
	float: left;


	}

.col2 {

	width: 250px;
	margin-right: 50px;
	margin-top: 75px;
	float: right;


	}

