/* CSS Document */

html {height:100%; width: 100%; }

body {height: 100%; margin: 0px; padding:0px; background:#cececd url('bg.png') top center repeat-y; }


#start {
	position:absolute;
	left: 50%;
	margin-left: -256px;
	margin-top: 150px;
	
}
