body {
	background-color: #001A23;
}

#container {
	color: #333;
    text-align: left;
    width: 500px;
    padding: 10px;
    margin: 0 auto 10px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
	margin-top: 50px;
}

#send_button {
	padding-top: 20px;
	text-align: right;
}

#footer {
	background-color: #D3D3D3;
    text-align: left;
    padding: 10px;
    margin: 1px 0 0 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
	
}

#main_page {
	
	text-align: left;
    margin: 0;
    padding: 20px 10px 20px 10px;
	
}

#logo {
    text-align: center;
    width: 500px;
    margin: 30px auto 10px auto;
    padding: 15px;
}

#main {
	background: #001a38;
}

#topbar {
	min-width: 1170px;
	height: 25px;
	background: white;
	float: top;
}

#leftmenu {
	width: 250px;
	min-width: 250px;
	min-height: 800px;
	height: 100%;
	float: left;
	background: lightgrey;
}

#home {	
	min-width: 1570px;
	min-height: 800px;
	width: 1170px;
	background: white;
	margin-left: 250px;
	float: left;
	position: absolute;
}

#middle:after {
    content: "";
	display: table;
  	clear: both;
}

#footer_account {
	min-width: 1570px;
	height: 20px;
	float: inherit;
	background: grey;
	text-align: center;
	padding: 20px;
}

#bar a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#bar a:hover {
	text-decoration: underline;
}