﻿.Centering {
	width: 100%;
}
 
.main {
	/*margin-left: 0%;*/
	margin: auto;
	margin-top: auto;
	border: thin #FFFFFF solid;
	background-image: url('SteelTowne/Body_BG.png');
	background-repeat: no-repeat;
	position: relative;
	width: 900px;
	height: 680px;
	/*left: 70px;*/
}
 
.buttonBG {
	background-image: url('SteelTowne/Button_BG.png');
	background-repeat: no-repeat;
	position: relative;
	width: 900px;
	height: 41px;
	top: 205px;
}
 
.buttons {
	position: absolute; top: 14px;
	width: 757px;
	height: 26px;
	margin-left: 70px;
}
 
 
.header {
	width: 900px;
	height: 207px;
	position: absolute; top: 0px;
}

img{
border: 0px;
}

