body
{
	background: url(/catering/images/bg.jpg) top repeat-x #000000;
	margin: 0px;
	padding:0px;
	font: 11px  arial, helvetica;
	color: #ffffff;
	text-align: left;
}
html{
	background: transparent;
}


#container
{
	
	width:800px;
	height:auto;
	margin:auto;
}

#header
{
	background: url(/catering/images/header.jpg) top no-repeat #000000;
	height: 225px;
	position:relative;

}

#logo
{
	position: absolute;
	top: 10px;
	left: 500px;
}
#man
{
	top: 40px;
	left: 220px;
	position: absolute;
}
#woman
{
/*
	top: 0px;
	left: 230px;
	position: absolute;
	*/
	/*position: relative;*/
	
	float: right;
}

#cocktail
{
	position:relative;
	float:right;
	top:-30px
}


#content
{
	position:relative;
	/*border: 1px solid red;*/
}

.box
{
	width:340px;
	float:left;
	height:auto;
	padding:10px 20px 10px 20px;
	position:relative;
}

#footer
{
	clear:both;
	width:800px;
	margin:auto;
	height:50px;
	top: 30px;
	position: relative;
	text-align:center;
}

a
{
	text-decoration:none;
	color:#CCCCCC;
}

ul
{
	list-style-type: none;
	padding: 0px;
}