body {
	background: url(images/bgextension.jpg) repeat-y 0 0;
	background-color: black;
	
}

.pagedesign {
	position: absolute;
	background: url(images/landingpage01.jpg) no-repeat 0 0;
	background-color: black;
	left: 0px;
	top: 0px;
	width: 1200px;
	height: 910px;
}

.scrollBox {
font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	/*height: 600px;*/
	width: 610px;
	position: absolute;
	color: white;
	left: 420px;
	top: 375px;
	padding: 5px;
	background-color: transparent;
	overflow: auto;

}

.tweetBox {
font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	height: 160px;
	width: 215px;
	position: absolute;
	color: white;
	left: 165px;
	top: 505px;
	padding: 5px;
	background-color: transparent;
	overflow: auto;

}


.blogBox {
font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	/*height: 275px; */
	width: 215px;
	position: absolute;
	color: white;
	left: 165px;
	top: 725px;
	padding: 5px;
	background-color: transparent;
	overflow: auto;

}


ul#ordernowposter {
	list-style: none;
	background-color: transparent;
	position: absolute;
	width: 650px;
	height: 80px;
	top: 250px;
	left: 407px;
	margin: 0;
	padding: 0;
}

ul#ordernowposter li {
	border: solid 1px #F55;	
	position: absolute;
	
}

 
ul#ordernowposter li a {
     display: block;
     height: 100%;
	 text-indent: -9000px;
	
}

#ordernow {
	width: 125px;
	height: 23px;
	top: 48px;
	left: 398px;
}


ul#navbar {
	list-style: none;
	background: url(images/navbar.jpg) no-repeat 0 0;
	position: absolute;
	width: 694px;
	height: 32px;
	top: 125px;
	left: 375px;
	margin: 0;
	padding: 0;
}

ul#navbar li {
	border: none;	
	position: absolute;
}

 
ul#navbar li a {
     display: block;
     height: 100%;
     text-indent: -9000px;
}


ul#navbar li a:hover {
	background: url(images/navbar.jpg) no-repeat 0 0;
}

