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




#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
}

.stretch 
{
    width:100%;
    height:100%;
}


	

.wrapper
{
	width: 100%;
	height: 90em;
	margin-left: auto;
	margin-right: auto;
}


.logo
{ 
    width: 1024px;
	height: 200px;
	position: relative;
	top: 0px;
	background-image: url(img/logo-6074091-1024x298.png);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	z-index: 10;

}


.header
{
}


#menubox
{
	width: 1024px;
	height: 30px;
	border: groove;
	position: relative;
	top: 160px;
}


#menubox .button
{
	border-right: groove;
	border-left: groove;
	border-right-color: blue;
	border-left-color: blue;
	height: 22px;
	width: 5em;
	font-size: 22px;
	padding: 5px;
	margin-left: 11%;
	display: inline;
	font-weight: 900;
	border-right-width: thick;
	border-left-width: thick;
	
	

    
}

#menubox .button a:link
{
	color: blue;
	text-decoration: none;
    
}

#menubox:hover .button a:hover
{
	color: black;
	background-color: blue;
	border-right-color: green;
	border-left-color: red;
	text-shadow: 5px 2px 2px #03C;
	
	
    
}



#sliderbox
{
}

#content
{
	width: 1024px;
	height:1000px;
	background-image: url(img/content.jpg);
	position: relative;
	top: 10em;
	
}

.statbox
{
	background-color: grey;
	border-left: grove;
	border-right: inset;
	border-bottom: groove;
	border-top: groove;
	border-radius: 0.5em;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	padding: 1px;
	color: white;
	width: 9em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 7em;
	margin-bottom: 2em;
	font-size: 24px;
}

#bottombutton
{
	width: 5em;
	height: 50px;
	border: groove;
	display: inline;
	position: relative;
	top: 64%;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: 2em;
	font-size: 26px;
	color: white;
	position: relative;
	left: -1%;
}

#bottombutton:hover
{
	background-color:blue;
	cursor: pointer;
}
	

#footer
{
}


