@charset "UTF-8";
/* CSS Document */

body {
	background:url("http://mikobox.fr/pix/background.png") repeat;
	color:#404040;
	margin: 0px;
}
a {
	color:#505050;
	text-decoration:none;
}
a:hover {
	color:#747474;
}
#page {
}
#content {
	height:412px;
	width:450px;
	margin-top:-225px;
	margin-left:-206px;
	text-align:center;
	top:50%;
	left:50%;
	position:absolute;

}
#content_intop {
	height:305px;
	margin:0;
	padding:0;
	background: url("http://mikobox.fr/pix/mikobox_i.jpg") no-repeat top center;
}
#content_inbot {
	height:62px;
	margin:0;
	padding:0;
	background: url("http://mikobox.fr/pix/titre_i.png") no-repeat bottom center;
}
a span {
	display:block;
	height:112px;
	width:90%;
	text-indent:-900em;
}
#info{
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	color:#505050;
	font-size:0.6em;
	font-weight:normal;
	text-align:left;
	margin-top:5px;
	margin-left:5px;
}
#footer{
	width:98%;
	font-family:Arial, Helvetica, sans-serif;
	color:#505050;
	font-size:0.6em;
	font-weight:normal;
	text-align:center;
	bottom:5px;
	margin-left:5px;
	position:absolute;
}
#logo{
	height:60px;
	width:99%;
	background:url(../pix/footer_logo_1.jpg) no-repeat right bottom;
	bottom:0px;
	margin-bottom:15px;
	position:absolute;
}
#grass{
	background:url(../pix/grass-04.png) repeat-x fixed bottom;
	height:50px;
	width:100%;
	position:fixed;
	bottom:0px;
}