body
{
	background-color: #AFC7C7;
	font-family: Helvetica, Verdana, Arial;	
	font-size: 12px;
}

#container
{	
	margin: 0px auto; 	
	width: 960px;
	position: relative;
	overflow: auto;
	background-image:url('../images/world.jpg');
}

header
{
	width: 100%;
	position: relative;
	min-height: 100px;
}

.mtnlogo_class
{
	height: 120px;
	position: absolute;
	
}

#mtnlogo_box1
{
	margin-top: 5px;
	
}


.head_class li 
{	
	display: inline;
	list-style-type: none;
	padding: 10px;
}

.head_class ul li a
{	
	text-decoration: none;
	font-size: 1.25em;
	color: black;
}

nav
{
	width: 100%;
	position: relative;
	background: #4E9258;
	min-height: 40px;
}

.nav_class
{
	height: 40px;
	position: absolute;
	
}

#nav_box1
{
	left: 75px;
	margin-top: 15px;
	
}

#nav_span1
{
	font-size: 2em;
}


nav ul
{
	padding-left: 92px;
}

#info_box
{
	width: 100%;
	position: relative;
	margin-top: 35px;
	min-height: 500px;
}

#info_message
{
	left: 5px;
	width: 150px;
	min-height: 200px;
	background: red;
	position: relative;

}


.extra_class
{
	width: 475px;
	height: 450px;
	position: absolute;
	top: 0px;
	font-size: 1.25em;
}

#extra_box1
{
	background:green;
	left: 215px;
	padding-top: 45px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	
}

.extra_class2
{
	width: 200px;
	height: 480px;
	position: absolute;
	top: 0px;
	
}

#extra_box2
{
	background:aqua;
	left: 750px;
}




.items_class
{
	width: 240px;
	height: 240px;
	position: absolute;
	top: 0px;
	
}

#items_box1
{
	background:green;
	left: 215px;
}

#items_box2
{
	background:purple;
	left: 465px;
}

#items_box3
{
	background:navy;
	left: 715px;
}

#items_box4
{
	background: aqua;
	top: 250px;
	left: 215px;
}

#items_box5
{
	background: lime;
	top: 250px;
	left: 465px;
}

#items_box6
{
	background: maroon;
	top: 250px;
	left: 715px;
}

#pop
{
	width: 125px;
	height 100px;
	top: 415px;
	left: 260px;
	position: absolute;
}

.pop_class
{
	position: absolute;
	
}

#dot
{
	left: 25px;
}

#dot_message
{
	left: 20px;
}

#footer_box3
{
	left: 485px;
}

#footer_box4
{
	left: 725px;
	display: block;
	text-decoration: none;
}

.hidden_content {
        visibility: hidden;
        height: 0px;
        position: absolute;
}
