/* center css */

#content {
	position : absolute;
	left : 50%;
	top : 50px;
	width: 100%;
	margin-left : -713px;
	text-align: center;
	visibility: visible;
	
	}
