body {
	background:#fff;
	padding:0px;
	text-align:center;
}

#Content {
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 970px;
	height: 1000px;
	border: thin none #666;
	}
	
.ContainerObject {
	width: 950px;
	position: relative;
	z-index: 10;
	
}
	
	
.MainMenu {
	width: 1000px;
	position: relative;
}

.Reg {
	position: absolute;
	z-index: 10;
	top: 20px;
	left: 750px;
}

#Arrow {
	position:absolute;
	z-index:200;
	background-repeat:no-repeat;
	height:100px;
	width:221px;
	clear: both;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	left: 690px;
	background-image: url(/images/img_arrow_register.png);
	top: -26px;
}
