/* CSS Document */

* {
	margin:0; 
	padding:0;
}

body {

	margin:0px;	
	background: #699084 url(bg.jpg) fixed repeat-x left top;
}

#container {
	position:absolute;
	text-align:left;
	width:194px;
	height:98px;
	left:50%;
	top:50%;
	margin: -97px 0 0 -97px;
	
}