body{
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 15px;
  text-align:center;
  background: rgb(17,86,161);
}


a{
  color: #fff;
	font-size: 30px;
  text-align:right;
  text-decoration: none; 
}

a:hover{
  color: #6caaff;
	font-size: 30px;
  text-align:right;
  text-decoration: none;
  font-weight: bold;
}

.indexbody{
	position:relative;
    width: 1200px;
    min-width: 1100px;
    margin: 0 auto;
    top: 200px;
    text-align:center;
}
.right{
    text-align:right;
    width: 1200px;
    min-width: 1100px;
}

footer{  position: expression("absolute");
	top: expression(document.body.clientHeight + document.body.scrollTop - this.offsetHeight);
	width: expression(document.body.clientWidth);
  width: 100%;
	bottom: 0px;
text-align: center;
	min-height: 25px;
	left: 0px;
	position: fixed;
	line-height: 0.8;
  color: #fff;
}

header{  position: relative;
	top: 200px;
}
