/* CSS Document */

body{
background-color: #353535;
margin:0px;
padding:0px;
}

#start{
position:relative;
background-image: url("images/start/back.jpg");
background-repeat: no-repeat;
width:800px;
height:600px;
/*margin-left:-400px;
left:50%;*/
	margin:0 auto;
	_text-align: center;
margin-top:0px;

}

#button{
position:absolute;
width:124px;
height:160px;
margin-left:-62px;
margin-top:250px;
left:50%;
}
