/*Website design by Cihan */

@font-face {
	font-family: Century Gothic; src: url("ufonts.com_century-gothic-2.ttf");
	
}

/*main layout */

body {

	margin-top:3%;
	background-color: black;
	font-family: Century Gothic;
	color: #aeb0a9;
}


#wrapper {

	width: 1024px;
	margin: auto;

}


#header {
	text-align:center;
	height:50px;
	margin-bottom:50px;

}


#content {

	height:651px;

}



#content_top {

	background-image: url(img/backtop.jpg);
	height: 195px;

}


#content_mid {

	background-image: url(img/backmid.jpg);
	height: 210px;
	text-align:center;
}

#content_video {

	background-image: url(img/backmid2.jpg);
	height: 210px;
	text-align:center;
}


#content_bottom {

	background-image: url(img/backbottom.jpg);
	height:246px;

}

video {

	margin-left:-11px;
	margin-top:-14px;

}

#footer {

	text-align: center;
	margin-top:50px;

}

/*font styling */

h1 {
	text-decoration: none;
	letter-spacing: .8em;

}

a {
	
	color: #aeb0a9;
	text-decoration: none;

}

a:hover {


	text-shadow: 0px 0px 50px white; 
	color: #aeb0a9;
}

a:visited {

	color: #aeb0a9;
}

#foot {

	letter-spacing: 1em;
	font-size: 8px;
	color: #777974;

}



