*{
margin: 0px;
padding: 0px;
}
body{
background: url(../backgr.jpg) repeat-x;
background-color:#000000;
}
.top{
width:100%;
height: 100px;
}
.img{
background: url(../img.jpg) no-repeat;
width:751px;
height: 343px;
}
.spacer{
width:100%;
height: 30px;
}
.button{
width:750px;
height: 29px;
text-align:right;
}
.message{
	font-size: 18px;
	color:#C69C6D;
	text-decoration:none;
}
.message:hover{
	font-size: 18px;
	color:#EDAA5E;
	text-decoration:none;
}