@charset "UTF-8";
/* CSS Document */
/* Hamza.Design Template & WebDesign */
/* Hamza.Design Art's & Productions */
/* Hamza.Design Code & Development */
body, html {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	background-image: url(../img/fond1.png);
	background-repeat: repeat;
}
#content {
	padding: auto;
	margin: auto;
	width:782px;
	height:499px;
	background-image:url(../img/fond.png);
}
#logo {
	padding: auto;
	margin: auto;
	width:134px;
	height:auto;
}
#logo img {
	margin-top: 155px;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	background-image: url(../img/logo.png);
}
#logo img:hover {
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
}
#coming {
	padding: auto;
	margin: auto;
	width:179px;
	height:59px;
	background-image: url(../img/coming.png);
	margin-top: 25px;
}
#footer {
	width: 100%;
	background: #000000;
	background-image: url(../img/type.png);
	background-repeat: repeat;
	height: 100px;
	position: absolute;
	bottom: 0px;
	border-top: solid 1px #272727;
}
/* HamzaStudio Copyright */
/* Please Not Copy This Code */
/* End CSS Document */