body {
	
  	background-image: url(../images/uc001s.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #90DA72;
	margin:0px;
}

#TitleHeader {
	font-size: 80px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #101010;
}

#MainTable {
	background-color: #B0FA92;
}

.header-container {
    width:100%;
    position:fixed;
    top:0px;
}

.header {
    height:auto
    background:#B0FA92;
    border:1px solid #CCC;
    width:640px;
    margin:0px auto;
}
.content-container {
    width:100%;
    position:fixed;
    top:200px;
}
.content {
    width:640px;
    background: #B0FA92;
    border: 1px solid #CCC;
    height:auto
	margin:0px auto;
}