body 
	{
		margin: 0;
		padding: 0;
		font-family:Trebuchet-MS, sans-serif;
		color: white;
		background-image: url('background2.jpg');
		background-repeat: no-repeat;
		background-color: black;
		background-attachment: fixed;
		background-position: center;
		scrollbar-base-color:white;
	}

.image
	{
		border-style:solid;
		border-color: white;
		border-width:5px;
	}

A:link {text-decoration: none; font-weight: bold; color: white;}
A:visited {text-decoration: none; font-weight: bold; color: white;}
A:active {text-decoration: underline overline;; color: white;}
A:hover {text-decoration: underline overline; font-weight: bold; color: grey;}
A:img {border-width: 5px; border-color= white;} 

.main
	{ /*global website container that will be centered */
		padding: 10px;
		position: absolute;
		width: 686px;
		height: 445px;	
		top: 50%;
		left: 50%;
		margin-left: -361px;
		margin-top: -244px;
		overflow: auto;
		border-width: 10px;
		border-style: solid;
		border-color: white;
	}



.header 
	{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -280px;
		margin-top: -260px;
		/*background-image: url('topimage.jpg');*/
		width: 553px;
		height: 134px;
		
	}

.leftbar 
	{
		position: absolute;
		left: 0%;
		top: 50%;
		margin-left: 0px;
		margin-top: -265PX;
		width: 134px;
		height: 553px;
		background-color:black;
		background-image: url('rightimage.jpg');
		background-position: left;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

.rightbar 
	{
		position: absolute;
		top: 50%;
		margin-left: 0px;
		margin-top: -265PX;
		height: 553px;
		background-color:black;
		background-image: url('leftimage.jpg');
		background-position: right;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	}

.footer
	{
		vertical-align: bottom;
	}

p.sample {
	font-family: cursive;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: 10ex;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
}