body{
	color: white;
	background-color: black;
	background-image: url("../media/grung.jpg");
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: center; 
	height: 100%;

}

.body_wrap{
	margin: 0 auto;
	/*background-color: white;*/
	width: 1000px;
	height: 100%;
    background-image: url("../media/tran40.png");
	background-repeat: repeat;
}

.warning_banner{
	background: red;
	visibility: visible;
	height: 15px;
	/*visibility: hidden;*/
	color: black;
	font-weight: bold;
	font-size: 10pt;
}

.top_banner{
	height: 150px;
	background-color: transparent;
	/*background-image: url("../media/tran40.png");
	background-repeat: repeat;*/
}

#logo{
    padding: 125px;
}