#MainBody {
	position:absolute;
	width:900px;
	height:600px;
	z-index:2;
	left: 50%;
	background-color: #FFF;
	margin-left: -450px;
	top: 50%;
	margin-top: -300px;
	border: 2px solid #C7006B;
}
#Logo {
	position:absolute;
	width:120px;
	height:120px;
	z-index:1;
	left: 15px;
	top: 15px;
	background-image: url(../images/css/logo.jpg);
}
#Information {
	position:absolute;
	width:535px;
	height:390px;
	z-index:1;
	left: 50px;
	top: 180px;
	background-image: url(../images/css/background.jpg);
}
#SideBoxTop {
	position:absolute;
	width:250px;
	height:180px;
	z-index:3;
	left: 600px;
	top: 210px;
}
#SideBoxMiddle {
	position:absolute;
	width:250px;
	height:75px;
	z-index:4;
	left: 600px;
	top: 405px;
}
#SideBoxBottom {
	position:absolute;
	width:250px;
	height:75px;
	z-index:5;
	left: 600px;
	top: 495px;
}
#MenuHome {
	position:absolute;
	width:160px;
	height:30px;
	z-index:6;
	left: 50px;
	top: 140px;
}
#MenuAbout {
	position:absolute;
	width:160px;
	height:30px;
	z-index:7;
	left: 210px;
	top: 140px;
}
#MenuCommittee {
	position:absolute;
	width:160px;
	height:30px;
	z-index:8;
	left: 370px;
	top: 140px;
}
#MenuSponsors {
	position:absolute;
	width:160px;
	height:30px;
	z-index:9;
	left: 530px;
	top: 140px;
}
#MenuContact {
	position:absolute;
	width:160px;
	height:30px;
	z-index:10;
	left: 690px;
	top: 140px;
}
#EmailTelephone {
	position:absolute;
	width:450px;
	height:20px;
	z-index:11;
	left: 400px;
	top: 575px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}
#InformationVideo {
	position:absolute;
	width:505px;
	height:300px;
	z-index:2;
	left: 17px;
	top: 42px;
}
#InformationTitle {
	position:absolute;
	width:278px;
	height:25px;
	z-index:1;
	left: 15px;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #C7006B;
}
#InformationText {
	position:absolute;
	width:505px;
	height:300px;
	z-index:2;
	left: 15px;
	top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: justify;
	font-size: 15px;
}
#Share {
	position:absolute;
	width:300px;
	height:20px;
	z-index:12;
	left: 50px;
	top: 577px;
}
#Continue {
	position:absolute;
	width:300px;
	height:20px;
	z-index:3;
	left: 200px;
	top: 360px;
	text-align: right;
}
