html {
  /* fallback */

  /*background: url(images/linear_bg_2.png);
  background-repeat: repeat-x;*/

  /* Safari 4-5, Chrome 1-9 */
  //background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0000ff), to(#000666));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #0000ff, #000666);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(90deg, #0000ff, #000666);

  /* IE 10 */
  background: -ms-linear-gradient(top, #0000ff, #000666);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #0000ff, #000666);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#000666'); 
  
  background: linear-gradient(to bottom, #0000ff, #000666);

  background-color: #000666;
  
  height: 100%;
  
  	background-repeat: no-repeat;
    background-attachment: fixed;
}
body{
	height: 100%;

}
#maindiv{
	margin-left: auto;
	margin-right: auto;
	width: 912px;
	top: 0;
}
#header{ 
	padding-bottom: 0px; 
	margin-bottom: 0px;
}
#topmenu{
	height: 40px;
	background-color: #0000ff;
}
#bigbuttons{
	height: 190;
	background-color: #ffff33;
	padding-left: -30px;
	padding-right: -30px; 
	border-bottom-width: 5px;
	border-bottom-color: red;
	border-bottom-style: solid;
	margin-bottom: 0px;
}
#footer{
	background-color: #0000ff;
    border-bottom-color: yellow;
    border-bottom-style: solid;
    border-bottom-width: 5px;
	color: white;	
	text-align: left;
	clear: both;
}
.bigbutton{
	margin: 3px 0px 5px 0px;
	border-style: solid solid solid solid;
	border-bottom-color: #000000;
	border-right-color: #000000;
	border-top-color: #666666;
	border-left-color: #666666; 
	border-width: 1px 3px 3px 1px;
	vertical-align: top;
}
.regionbutton{
	border-style: solid solid solid solid;
	border-bottom-color: #000000;
	border-right-color: #000000;
	border-top-color: #666666;
	border-left-color: #666666; 
	border-width: 1px 3px 3px 1px;
	width: 138px;
	height: 72px;
	margin-left: auto;
	margin-right: auto;
}

.smallbutton{
	margin: 0px -4px 0px -3px;
	border-bottom-color: #000055;
	border-right-color: #000055;
	border-top-color: #666666;
	border-left-color: #666666; 
	border-width: 1px 3px 3px 1px;
	border-style: solid solid solid solid;
}
a, img{
	border: none;
}
#maincontent{
	background-color: white;
	padding: 10px 10px 10px 10px;
}
#login{
	float: right;
	vertical-align: bottom;
	color: white;
	margin-top: 10px;
	margin-bottom: 0px;
    width: 100px;
}
#login form{
	margin-bottom: 0px;
}
#login a:link{
	color: #FFFFFF;
}
#login a:visited{
	color: #FFFFFF;
}
.flash{
	font-weight: bold;
	color: red;
}
.error-message{
	font-weight: bold;
	color: red;
}
