body {
  text-align: center;margin:0px;
  min-width: 746px;
  background:#EDF4FC url(/images/background.jpg) repeat-x;
  font-family: arial, verdana, sans-serif;
}

div#container {   
  text-align: center;
  width: 746px;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
}

div#header{
  position:relative;
  height: 100px;
}

a:link { 
	color: #586B7A;
	}
a:visited {
	color: 586B7A;
	}
a:hover {
	color:FFA615;
	text-decoration: underline;
	}
a:active {
	color: #586B7A;
	}

html {overflow-y: scroll;}

.border {background:#FFFFFF;border-bottom:solid 2px #99CCFF;border-left:solid 2px #99CCFF;border-right:solid 2px #99CCFF;border-top:solid 2px #99CCFF}