@charset "utf-8";
/* CSS Document */
body {
	text-align:left;
	color: #333;
	background: #fff url('background_ambiance.jpg') repeat-y top;

}

a, a:active, a:visited {
	color: #F60;
	text-decoration: none;
} 

a:hover {
	color: #F60;
	text-decoration: underline;
	cursor: crosshair;
}


#center {
text-align:center;
}

.right {
text-align:right;

}

.alul {
background: #fff url('background_bottom.jpg') repeat-x center;
width: 910px;
height: 66px;
margin: 0px 0px 0px 0px;
text-align:center;
}