html, body {
	width: 100%;
}

body {
background: #ffffff;
margin:0;
padding:0;
}

.grijs {
background-color:#999999;
}

.succes {
	font-color:#green;
}

.error {
	font-color: #red;
}
DIV.page {
width: 100%;
margin-top: 20px;
text-align: center;
}

DIV.main {
width: 970px;
}

DIV.home {
	width: 137px;
	height: 461px;
	float: left;
	cursor: pointer;
}

DIV.menu_top {
	width: 833px;
	height: 141px;
	float: right;
	}

DIV.menu_box {
width: 830px;
height: 40px;
float: right;
margin-top: 92px;
}

DIV.menu_item {
height: 38px;
float: left;
margin-left: 10px;
margin-right: 10px;
cursor: pointer;
}

* html DIV.menu_item {
margin-left: 10px;
margin-right: 10px;
}

DIV.menu_item_h {
height: 38px;
float: left;
margin-left: 10px;
margin-right: 10px;
cursor: pointer;
color: #000000;
}

* html DIV.menu_item_h {
margin-left: 16px;
margin-right: 16px;
}

* html DIV.menu_item a:hover {
color: #000000;
}

a.menu_item {
line-height: 4;
font-family: trebuchet ms;
color: #ec7f42;
font-size: 14px;
}

* html a.menu_item {
line-height: 2.8;
}

a.menu_item:hover {
line-height: 4;
font-family: trebuchet ms;
color: #000000;
font-size: 14px;
}

* html a.menu_item:hover {
line-height: 2.8;
}

a.menu_item#selected {
color: #000000;
}

DIV.menu_left {
	float: left;
	left: 137px;
	width: 137px;
    top: 141px;
	height: 50%;
    
}

DIV.login {
	float: left;
	left: 100px;
	top: 300px;
	height: 200px;
	width: 200px;
}

DIV.text {
	float: left;
	left: 100px;
	top: 300px;
	height: 200px;
	width: 600px;
}

DIV#updates {
	top: 5px;
	left:5px;
	width: 175px; 
	border: 2px solid;
	}