/* CSS Document */

body {
//background-color:#095270;
//	background-color: #A2C9D2;
//	background-color: #AED3DC;
	background-color: #A2C9D2;
}

.container {
/*
position:absolute;
	display:inline-table;
	width:99%;
	height:99%;
	border-bottom:none;
	border-top:none;
	border-left:none;
	border-right:none;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	vertical-align:middle;
	text-align:center;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
*/
	position:relative;
	//background-repeat: no-repeat;
	width:900px;
	//height:960px;
	margin: 0 auto;

}
