div.enter_coding {	
	position: absolute;
	top: 125px;
	left: 0px;
	line-height: 30px;
	height: 30px;
	text-transform: uppercase;
	text-align: right;
	width: 215px;
	background-color: #f1f2f6;
	z-index: 2;
	padding-right: 5px;
}
div.enter_hosting {
	position: absolute;
	top: 147px;
	left: 0px;
	line-height: 30px;
	height: 30px;
	text-transform: uppercase;
	text-align: right;
	width: 215px;
	background-color: #f1f2f6;
	z-index: 3;
	padding-right: 5px;
}

div.enter_line_coding {
	position: absolute;
	left: 0px;
	top: 114px;
	height: 30px;
	cursor: pointer;
	width: 100%;
}
div.enter_line_coding:hover, div.enter_line_coding_hover {
	position: absolute;
	left: 0px;
	top: 114px;
	cursor: pointer;
	width: 100%;
}
div.enter_line_hosting {
	position: absolute;
	left: 0px;
	top: 136px;
	height: 30px;
	cursor: pointer;
	width: 100%;
}
div.enter_line_hosting:hover, div.enter_line_hosting_hover {
	position: absolute;
	left: 0px;
	top: 136px;
	cursor: pointer;
	width: 100%;
}

div.enter_coding a.enter_coding_link {
	color: #626264;
	font-size: 16px;
	font-weight: bold;
}
div.enter_hosting a.enter_hosting_link {
	color: #626264;
	font-size: 16px;
	font-weight: bold;
}
div.enter_coding a.enter_coding_link:hover, div.enter_coding a.enter_coding_link_hover {
	font-size: 32px;
	line-height: 5px;
}
div.enter_hosting a.enter_hosting_link:hover, div.enter_hosting a.enter_hosting_link_hover {
	font-size: 32px;
	line-height: 5px;
}

div.please_select {
	position: absolute;
	text-transform: uppercase;
	color: #e2e3e5;
	font-weight: bold;
}
div.please_select_arrow {
	left: 0px;
	top: 146px;
	font-size: 85px;
	font-family: "Trebuchet MS", Trebuchet;
}
div.please_select_text {
	left: 225px;
	top: 181px;
	font-size: 32px;
}

div.content_container {
	margin-left: 230px;
	margin-top: 230px;
	min-height: 250px;
}