* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	height: 100%;
	background: #ddd url(../img/bg-main.png) repeat-x;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 352px;
	height: 44px;
	margin: -22px 0 0 -176px;
}