#all {
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/backdrop.jpg");
	width: 1024px;
	height: 950px;
	font-family: Arial, Helvetica, sans-serif;
}

#left {
	position: relative;
	left: 52px;
	border: none;
	top: 15px;
	width: 250px;
	height: 750px;
	float: left;
	clear: left;
	font-size:medium;
}

#sponcors {
	font-weight: bolder;
	font-size: large;
	text-align: center;
	position:relative;
	left: 2px;
}

#bitwise {
	position: relative;
	left: 12px;
}
#right {
	position: relative;
	left: 98px;
	border: none;
	top: 9px;
	width: 600px;
	height: 750px;
	float: left;
	clear: none;
}

#menu {
	position: relative;
	text-align: center;
	left: 250px;
	font-weight: bold;
}
#menu ul {

}

#menu li {
	list-style-type: none;
	border: none;
	float: left;
	text-align: center;
	margin: 10px;
}

#menu a { 
	display: block;
	color: black;
	text-decoration:none;

}

#main {
	position: relative;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-left:15px;
}

.bold {
	font-weight: bold;
}

#details ul {
	margin-left:-40px
}

#details li {
	list-style-type: none;
}

#quest  {
 position: relative;
 font-weight: bold;
}

#button {
  line-height: 200%;
}

#bodyli {
  line-height: 70%;
}

.arrangements {
	position: absolute;
	left:75px;
}

.footer {
	font-size: x-small;
	text-align:right;
	position:relative;
	top:15px;
}

