body {
	background: url(images/bgextension.jpg) repeat-y 0 0;
	background-color: black;
	
}


.pagedesign {
	position: absolute;
	background: url(images/secondarypage01.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: 750px;*/
	width: 610px;
	position: absolute;
	color: white;
	left: 420px;
	top: 215px;
	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: 410px;
	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: 630px;
	padding: 5px;
	background-color: transparent;
	overflow: auto;

}


ul#navbar {
	list-style: none;
	background: url(images/navbar2.jpg) no-repeat 0 0;
	position: absolute;
	width: 694px;
	height: 32px;
	top: 125px;
	left: 375px;
	margin: 0;
	padding: 0;
}

ul#navbar li {
	border: 1px strong black;	
	position: absolute;
}

 
ul#navbar li a {
     display: block;
     height: 100%;
     text-indent: -9000px;
}


ul#navbar li a:hover {
	background: url(images/navbar2.jpg) no-repeat 0 0;
}
