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

body{
	background-attachment: fixed;
	background-color: #000000;
	background-image:url('../images/backgnd.jpg');
	background-repeat:no-repeat;
	background-position:center center;
}
#content{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
/*******  Header  **********/
#header{
	float:left;
	width::760px;
}
#logo{
	float:left;
	width:224px;
	height:112px;
}
#notice{
	float:left;
	width:760px;
	height:135px;
	color:#FFFF00;
	padding-top:0px;
	background-image:url('../images/Noisik-Minecraft.png');
	background-repeat:no-repeat;
	background-position:center center;

}

/******* menu section  *********/
#menuSection{
	float:left;
	width:760px;
}
#nUp, #nBottom{
	float:left;
	width:760px;
	padding-left:80px;
}
#nBottom{
	margin-top:40px;
}

#nCars, #nGames, #nEvents, #nGraphics{
	float:left;
	width:280px;
}
#nEvents, #nGames{
	margin-left:50px;
}

/*********  nCars  *************/
#nCars a:visited{

}
#nCars a:hover, #nEvents a:hover, #nGames a:hover, #nGraphics a:hover{
	background-position:280px;
}

#nCars a{
	background-image:url("../../../images/section/carsMenu.png");
	width:280px;
	height:150px;
	display:block;
}
/*********  nEvents  *************/
#nEvents a:visited{
}
#nEvents a{
	background-image:url("../../../images/section/eventsMenu.png");
	width:280px;
	height:150px;
	display:block;
}
/*********  nGames  *************/
#nGames a:visited{
}
#nGames a{
	background-image:url("../../../images/section/graphicsMenu2.png");
	width:280px;
	height:150px;
	display:block;
}
/*********  nGraphics  *************/
#nGraphics a:visited{
}
#nGraphics a{
	background-image:url("../../../images/section/graphicsMenu.png");
	width:280px;
	height:150px;
	display:block;
}
/******************  footer  ************************/
#footer{
	float:left;
	width:760px;
	color:#FFFFFF;
	text-align:center;
	font-size:16px;
}


