/* CSS Document */
body {
	background-color:#0000FF;
}

div.container2 {
	position: absolute;
    top: 45%;
    left: 50%; 
    width:600px;
	height:450px;
	margin-top:-200px;
	margin-left:-300px;
	text-align:left;
	vertical-align:text-top;
}