body
{
	background-color: black;
	margin: 0px;
	background-image: url('menu/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center; 
}

div.header
{
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0px;
	margin-bottom: 0px;
}


div.menuButtons
{
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


div.menuBar
{
	width: 100%;
	background-image: url('menu/titlebar.png');
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0px;
	margin-bottom: 0px;
}

div.gallery
{
	width: 100%
	text-align: center; 
	margin: 0px auto; 	
}

div.titleRow
{
	text-align: center;
	padding: 20px 0px 0px 0px; 
	margin: 0px auto; 	
}

div.galleryRow
{
	text-align: center;
	padding: 10px 0px 0px 0px; 
	margin: 0px auto; 	
}

div.galleryRow img
{
	padding:2px;
}