html, body {
	height: 100%;
	width: 100%;
	color: Gray;
	overflow: visible;
	scrollbar-face-color: #000000;
	scrollbar-darkshadow-color: #545454;
	scrollbar-shadow-color: #545454;
	scrollbar-highlight-color: #545454;
	scrollbar-3dlight-color: #545454;
	scrollbar-track-color: #303030;
	scrollbar-arrow-color: #9C9C9C;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: Black;
}

#design_header{
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 100%;
}

#design_left{
	position: absolute;
	left: 0;
	top: 30px;
	width: 200px;
	height: 95%;
	overflow: auto;
	text-align: center;
}

#design_right, #design_right_lowres{
	position: absolute;
	top: 30px;
	left: 200px;
	height: 95%;
	width: 84.2%;
	overflow: auto;
	text-align: center;
}

.align_left_it{
	text-align: center;
	font-style: italic;
	width: 75%;
	margin:auto;
}

#design_header img{
	border: none;
}

p.menu{
	position : absolute;
	top : 0;
	left : 5px;
	margin: 0;
	padding : 0;
	height: 28px;
	width : 95px;	
}

p.prec{
	position : absolute;
	top : 0;
	left : 0px;
	margin: 0;
	padding : 0;
	height: 28px;
	width : 108px;
}

p.suiv{
	position : absolute;
	top : 0;
	right : 3%;
	margin: 0;
	padding : 0;
	height: 28px;
	width : 94px;
}

h1{
	text-align: center;
	margin-top: 5px;
	padding : 0;
	font-size: 20px;
	color: #FFFF99;
}

img{
	border: none;
	/*height: 80%;*/
}

#design_right_lowres img{
	border: none;
	height: 80%;
}

#design_left img{
	border: none;
	height: 9%;
}

#prevnext{
	position:absolute;
	top: 0px;
	left : 210px;
	height: 30px;
	width: 84%;
}
