/*    positioning to serve as foundation for centering all elements    */
#container
{
	margin-top: -300px;
	margin-left: -400px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	background-color : transparent;
}