/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;overflow: hidden;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #404041;
	height: 100%;
}


img 				{border:none;}



/* Standard Layout */
     
#wrapper {

	text-align : center;
	position : absolute;
	top : 50%;
	left : 0;
	width : 100%;
	height : 0;
	overflow : visible;
	visibility : visible;
	display : block;
}
      
#content {
	margin-left : -378px;  /* must be half of content width */
	position : absolute;
	top : -149px; /* must be half of content height */
	left : 50%;
	width : 756px;
	height : 298px;
	visibility : visible;
	text-align : left;
}

.clr {
	clear:both;
}

