@charset "utf-8";
/* Reset --------------------------------- */
html, body{
	margin:0;
	padding:0;
	width : 100%;
	height : 100%;
	color : #666;
	overflow:hidden;
	background-color : #fff;
}
ul, li {
	margin : 0;
	padding : 0;
}
a, form {
	outline: none;
	margin : 0;
	padding : 0;
}
img{
	border:none;
}
*{
    font-family:Verdana;
}
/* Reset --------------------------------- */

/* Structure page ------------------------ */
body{
    background:#bebebe url('../images/page-background.jpg') no-repeat center center;
}

.left {
	float:left;
}
.clear{
	clear:both;
}

#header{
	position:absolute;
	top:0;
	left:0;
	height:70px;
	text-align:center;
	width:100%;
	z-index:5;
	background:transparent url(../images/header-background.png) repeat-x 0px 0px;
}

#footer{
	position:absolute;
	bottom:0;
	left:0;
	height:19px;
	text-align:center;
	width:100%;
	z-index:5;
	background:transparent url(../images/footer-background.png) no-repeat right top;
}
#content {
	position:relative;
	width:100%;
	height:100%;
}
	/* Structure page ------------------------ */


