﻿/* CSS Document */

#windowCentre
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 580px;
	margin-left: -500px;
	margin-top: -290px;
}