/*vguniverse.css*/
body {background: #000000;}
#centeredcontent {
	width: 700px;	height: 500px;
	text-align: center;	position: absolute;
	left: 50%; top: 50%; /*This would make the top left corner of the DIV dead center of the page*/
	/*This would make the entire thing centered*/
	margin-left: -350px; margin-top: -250px; /*Half the width/height of the DIV tag*/
	background: #000 url(images/vg_bg1.jpg) no-repeat center;
	border: 2px solid #808080;
}
#navigationMenu {position:absolute; left: 69px; top: 116px}
.brMenu {padding: 2px;}

#mainContent {position:absolute; left: 241px; top: 113px}
#txtContent {text-align:left; font: 12px Arial; color: #000; width: 370px; height: 300px; padding: 7px; margin: 4px;}
#quote {position: absolute; left:0px; top:474px; width: 700px; color: #E55D00; font: 11px Arial;}

#copyright {font: 11px Arial; color: #fff; position: absolute; top: 510px; left: 0px; width:700px;}

a {font: 12px Arial;}

a {color: #660000;}

.hr {border: 1px solid #000;}
/*You know you have achieved perfection in design, not when you have nothing more to add, but when you have nothing more to take away*/

.decoTxt {color: #fff;}

.thumbBorder {border: 1px solid #000;}

#desc {margin-top:3px; margin-right:3px; width:290px;}