*{
    margin:0;
    padding:0;
}
body {
    font:14px/1.3 Arial,sans-serif;
	color:white;
    background-color:#212121;

}
header {
    background-color:#212121;
    box-shadow: 0 -1px 2px #111111;
    color:#fff;
    display:block;
    height:70px;
    position:relative;
    width:100%;
    z-index:100;
}
header h2{
    font-size:22px;
    font-weight:normal;
    left:50%;
    margin-left:-400px;
    padding:22px 0;
    position:absolute;
    width:540px;
}
header a.stuts,a.stuts:visited{
    border:none;
    text-decoration:none;
    color:#fcfcfc;
    font-size:14px;
    left:50%;
    line-height:31px;
    margin:23px 0 0 110px;
    position:absolute;
    top:0;
}
header .stuts span {
    font-size:22px;
    font-weight:bold;
    margin-left:5px;
}
.container {
    height: 571px;
    margin: 10px auto;
    width: 957px;
	
}
table {
  background: #012B39;
  border-radius: 1.50em;
  /*border-collapse: collapse;*/
  margin: 1em;

}
tr{
  border-bottom: 10px solid #364043;
  color: #E2B842;
  font-size: 0.85em;
  font-weight: 600;
  padding: 1.5em 1em;
  text-align: left;
}
td {
  color: #fff;
  font-weight: 400;
  padding: 0.65em 1em;
}
th {
  border-bottom: 1px solid #364043;
  color: #E2B842;
  font-size: 0.85em;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: left;
}
h2{
	font-weight: 800;
	font-style: bold;
	color:yellow;
}



div {
	text-align:left;
}

div#page {
  border:1px solid purple;
  width:755px;
	margin:50px auto;
	padding:5px;
	text-align:left;
	position:relative;
}

div#header {
  border:2px solid red;
	width:750px;
	height:30px;
}

div#menu {
  border:2px solid green;
  width:150px;
	float:left; 
  margin:10px 0 10px 5px;
	height:500px;
}

div#content {
  border:2px solid blue;
  width:400px;
	margin:10px 0 10px 175px;
  min-height:500px;
	_height:500px
}

div#action {
	position:ri;
	top:50px;
	right:10px;
  border:2px solid green;
  width:150px; 
  margin:0;
	height:500px;
}

div#footer {
  border:2px solid red;
  width:80%;
	height:30px;
	position:left;
}