/* GLOBAL SETTINGS */
* {
	padding:0px;
	margin:0px;
}

body {
	background-image:url('../images/bg_start.gif');
	background-repeat:repeat-x;
	overflow-y:scroll;
	overflow-x:auto;
}




/* FRAMEWORK */
#start-frame {
	z-index:1px;
	position:absolute;
	top:40px;
	left:50%;
	width:728px;
	height:auto;
	margin:0px 0px 0px -364px;
	text-align:center;
}

#startclaim {
	margin:15px 0px 0px 0px;
}
