/* CSS Document */

#Wrapper {
	background-image:url(../jpg/fade-bottle-background.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	width:1000px;
	min-height:768px; /* opera and firefox */
	margin:0 auto 0 auto;
	padding:0;
	height:100%;
}
* html #Wrapper {
	height:768px; /* fix for IE */
	height:100%;
}


div.bottleTop {
	background-image:url(../jpg/fade-bottle-top.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	text-align: left;
	width: 743px;
}


#SectionContent {
	width: 470px; 
	margin:13px 0 0 250px;
	padding:0;
/*	min-height: 50px; */
	min-height:540px;
}
* html #SectionContent {
	height:540px;
}

