/**
 * Style sheet style
 */
body
{
	background-color:#fffffc;
}

#wrapper
{
	background-color:#000000;
}

#header
{
	width:1100;
	height:180;
	
}

#header .inside
{
	width:1100px;
	height:180px;
	margin-top:0px;
	padding-top:1px;
	text-align:center;
	background-image:url("tl_files/Atelier/Alb.jpg");
	font-weight:bold;
	color:#000000;
}

#main
{
	width:1100px;
	height:900px;
	margin-right:auto;
	margin-left:auto;
	background-color:#ffffcc;
	background-position:center center;
}

#footer
{
	width:1100;
	height:30px;
	background-color:#ffffff;
}

#footer .inside
{
	width:1100px;
	height:30px;
	text-align:center;
}

