/*#####################
#####EXIT9 DESIGNS#####
#####################*/


/*####main styles####################*/

BODY{
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial;
	background: #262626; //url("images/logo_corner_black.jpg") bottom right no-repeat;
}

#container{
	text-align: center;
	width: 100%;
	height: 100%;
}

#main{	
	text-align: left;
	margin: 0;
	width: 100%;
	height: 750;
	float: left;
	/*background: url("images/city_darkGray.jpg") bottom no-repeat;*/
}

#bottom{
	margin: auto;
	margin-bottom: 0;
	width: 100%;
	height 50;
	float: left;
}

#footer_outside{
	margin: auto;
	width: 400;
	height 50;
	padding: 2px;
	//background: url("images/dot.png");
}

#footer{
	margin: auto;
	//background: url("images/dot.png");
}

/*#####end main styles###############*/



/*####text styles####################*/

.footer_text{
	font-size: 10px;
	color: #FFFFFF;
}

a{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #e86a03;	
}

/*####end text styles################*/