@charset "UTF-8";
@import url(menu.css);

img, div, a, input { behavior: url(styles/resources/iepngfix.htc);}
img{border:none;}

a {outline:none}
a:link  {color:#fcca24; text-decoration:none;}
a:visited {color:#fcca24; text-decoration:none;}
a:hover {color:#fcca24; text-decoration:underline;}

body
{
	background-color:#000;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	margin:0;
	margin-top: 10px;
}

p
{
	color:#fff;
}

#wrapper
{
	width:100%;
	text-align:center;
}

#content
{
	width:1101px;
	height:694px;
	background-image:url(images/bodybg2.png);
	background-repeat:no-repeat;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#top
{
	height:170px;
	width:850px;
}

*:first-child+html #top
{
  	margin-left:0px;
	
}

* html #menu
{
	margin-left:0px;
	z-index:1;
}

#middle
{
	padding-top:50px;
	padding-left:60px;
	padding-right:60px;
	height:353px;
	width:790px;
}

#facebook
{
	height:50px;
	width:90px;
	z-index:4;
	position: relative;
	float: left;
	margin-left: 350px;
	margin-top:-25px;
}

#twitter
{
	height:50px;
	width:90px;
	z-index:4;
	position: relative;
	float: left;
	margin-left:-180px;
	margin-top:-25px;
	
}


#footer 
{
	color:#fff;
	text-align:center;
	position:relative;
	z-index:33;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin-top: 10px;
}

* { padding: 0; margin: 0; }

/*-------------------------MENU-----------------------------*/
body {
 font-family: 'Myfont';
 font-size: 15px;
}

@font-face {
	font-family: 'Myfont';
	src: url('fonts/zero_and_zero_is.eot');
	src: local('Myfont'), 
	local('fonts/zero_and_zero_is'), 
	url('fonts/zero_and_zero_is.ttf') format('truetype'),
	url('fonts/zero_and_zero_is.woff') format('woff'),
	url('fonts/zero_and_zero_is.svg#font') format('svg'); 
}
#mainmenu{
	width:600px;
	float: left;
	position: relative;
	margin-left: 440px;
	margin-top: 40px;
	z-index: 99;
	
	}
