body {
	font-family:Verdana;
	background-color:#C8C9C9;
	background-image:url('/img/bgx.jpg');
	background-repeat:repeat-x;
	background-attachment: fixed;
	margin:0px;
	font-size:12px;
	color:#999;
}
#logo{
	background-image:url('/img/obs_logo_only.png');
	background-repeat:no-repeat;
	height:114px;
	width:445px;
	float:left;
}

#hr {
  height: 28px;
  background: url('/img/hr.png') no-repeat scroll center;
}
#soldes{
	background-image:url('/img/soldes.png');
	background-repeat:no-repeat;
	height:114px;
	width:200px;
	float:right;
	margin-right:265px;
	
}
#logo:hover{
	background-image:url('/img/logo_hover.png');	
}
#header {
	background-image:url('/img/header.png');
	background-repeat:no-repeat;
	height:165px;
	width:910px;
	margin:auto;	
}
#main {
	background-image:url('/img/bgy.png');
	background-repeat:repeat-y;
	min-height:500px;
	width:910px;
	margin:auto;
	margin-top:0px;
	text-align:center;

}
#menu{
	padding-top:5px;
	text-align:center;
}
#content {
	padding:20px;
}
#bottom {
	background-image:url('/img/bottom.png');
	width:910px;
	margin:auto;
	min-height:30px;
}
#flash {
	background-image:url('/img/bgflash.png');
	width:910px;
	padding-top:20px;
	margin:auto;
	background-repeat:no-repeat;
	text-align:center;
}
h1{
    font-size:14px;
    float:left;
    margin-left:15px;
}
h3{
	color:#EEE;
    font-size:12px;
    float:left;
    margin-left:20px;
}
a:link { text-decoration:none; font-weight:bold; color:#999; }
a:visited { text-decoration:none; font-weight:bold; color:#999; }
a:hover { text-decoration:none; font-weight:bold; color:#FF0000; }
