/* CSS Document */
html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #73A9B4;
	}
#wrapper {
	width: 350px;
	height: 118px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -175px;
	margin-top: -59px;
	text-align:center;
}
#left{
	float: left;
}
#right{
	float: right;
}


	

