styles2.css 489 Bytes
/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

body {
	
	background: url(../images/ciel10.jpg) ;
	font: 13px Arial, Helvetica, sans-serif;
	color: #555555;
	margin-top: 20px;
}

#content
{
	width: 1438px;
	margin: 0px auto;
}

#main
{
width: 1410px;
padding: 10px;
padding-top: 20px;
/*background: #ffffff; */
background: #F6F3E7; 
}