body{
	background-color:#282828;
}

*{
	margin:0;
	margin-top:0;
	text-align:center;
}

a {
	color:#FF6633;
	font-family: 'verdana', sans-serif;
	text-decoration: none;
}

a:visited {
	color:#FF6633;

}

a:hover {
    color: white;
}

a:active {
    color: blue;
}
.space{
	margin-top=0;
}

.header{

	font-size:20px;
	margin-left:12px;
	color:white;
	font-family: 'verdana', sans-serif;
}

.header2 {

	position: absolute; 
	bottom: 0%; 
	width: 100%; 
	font: bold 1.8vh Verdana, sans-serif;
	color:black;
	/*font-family: 'verdana', sans-serif;*/
	Letter-spacing:10px;
	background-color: white;
}

.header3{
	text-align:center;
	font-size:24px;
	color:#FFFFFF;
	font-family: 'verdana', sans-serif;
	Letter-spacing:4px

}

.smaller{
	text-align:left;
	font-size:18px;
	color:white;
	font-family: 'verdana', sans-serif;
}


span {
	text-align: center; 
}

#container
{
    background: #1b1b1b; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#1b1b1b, #282828); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#1b1b1b, #282828); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#1b1b1b, #282828); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#1b1b1b, #282828); /* Standard syntax */
	width:100%; 
	margin:0 auto;
	Letter-spacing:6px

}	


#pic_bg
{
	width:85%; 
	margin:0 auto;
	Letter-spacing:6px
}

#front_bg
{
	
	background-color:#282828;
	width:85%; 
	margin:0 auto;
	margin-top:2%;
	margin-bottom:0px;
	text-align:center;
}
#front_bg a
{
	display:inline-block;
	width:29%;
	margin:0 1% 0 1%;
	position: relative;
	border:4px solid white
 }
 
 #front_bg a:hover
{
	border-color:#FF6633;
 }

#bottom{
	display:table;
	margin:0 auto;
	margin-top:32px;
	margin-bottom:32px;
}

#inner
{
	
}


