body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #a70b51;
}

#container {
	position:relative;
	width:480px;
	height:320px;
	z-index:1;
	margin: 0 auto;
}

#masthead {
	position:absolute;
	width:480px;
	height:220px;
	z-index:500;
	top: 0px;
	left: 0px;
	background-image: url(images/logo-mb.jpg);
	background-repeat: no-repeat;
}

#masthead img {
display: none;
}


#detail {
	position:absolute;
	width:480px;
	z-index:1;
	left: 0px;
	top: 220px;
	background-image: url(images/background2.jpg);
	background-repeat: repeat-y;

}	


#feature1 {
	position:relative;
	float:left;
	width:179px;
	text-align:left;
	color: #5f1a37;
}


#textarea {
	position:relative;
	float:left;
	width:300px;
	background-image: url(images/drinkinggirl.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}


#innertext {
	position:relative;
	float:left;
	width:260px;
	padding:10px;
}

#footer {
	clear: both;
	position:relative;
	width:460px;
	min-height:50px; height:auto !important; /* this line is for firefox (and IE7) */
	height:50px;
	padding-left:10px;
	padding-right:10px;
	margin-top:20px;	
	background-color: #5E1B35;
}


/* text styles */

p, li, td, th, input, submit, select, textarea {
font-size:12pt;
}


h1 {
font-size: 16pt;
line-height: 18pt;
}

h2 {
font-size: 12pt;
line-height: 12pt;
}


h4 {
font-size: 12pt;
line-height: 12pt;
}


#footer p {
font-size: 12pt;
}

#masthead a img {
border: none;
float: left;
}


	
	
	