/* CSS Document */
#header
{
	background-image:url(img/head-web.jpg);
	height:200px;
	margin:0 auto;
	margin-top:-200px;
	width:500px;
}

#header2
{
	background-image:url(img/head-web.jpg);
	height:200px;
	margin:0 auto;
	width:500px;
}

#left
{
	background-image:url(img/left.jpg);
	height:200px;
	width:100%;
}

#right
{
	background-image:url(img/right.jpg);
	margin-top:-200px;
	height:200px;
	width:50%;
}