body 
{
	background : url(../asset/degrade.jpg) ; 
	background-repeat : repeat-x;
	background-color:#3D001F;
}
#logo
{
	width: 475px;
	height: 139px;
	background-image: url(../asset/logo.png);
}
#play
{
	margin-top: 150px;
	width:174px;
	height:78px;
	background : url(../asset/button.png);
	background-position: 0px 0px;
}
#play:hover
{
	background-position: left bottom;
}

#pub
{
	width:362px;
	height:61px;
	background : url(../asset/sign.png);
	margin-top: 180px;
	margin-left: 1000px;
}
#big 
{
	position: absolute;
	left:300px;
	width:275px;
	height:438px;
	background : url(../asset/big.png);
}
#tuto
{
	position: absolute;
	left:1000px;
	width:211px;
	height:378px;
	background : url(../asset/controls.png);
}