html, body{
	background-color: #032e3a;
	background-image: url("../img/linen_bg.jpg");
	background-repeat: repeat-x repeat-y;
	font-family: verdana, arial, tahoma, century gothic;
	font-size: 11px;
	color: #0D3242;
	margin: 0px;
	padding: 0px;
	height: 100%;
	line-height: 1.5;
}
* {
margin:0px auto;
padding:0;
}
.shim{
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -250px;
	float: left;
}
.container{
	width: 423px;
	height: ;
	clear: both;
	position: relative;
	top: -250px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
	text-align: center;
}
.frame_top{
	background: url("../img/portal_top.png") no-repeat;
	width:423px;
	height:32px;
}
.frame{
	background: url("../img/portal_bg.png") repeat-y;
	width:423px;
	height:450px;
}
.frame_bottom{
	background: url("../img/portal_bottom.png") no-repeat;
	width:423px;
	height:55px;
}
img{
	margin: 35px 0px 10px 0px;
	height: auto;
}
.buttons{
	float: none;
	margin: 20px 50px 0px 50px;
}
a{
	background: url("../img/portal_button.jpg") no-repeat;
	text-decoration: none;
	color: #adf5fe;
	outline: none;
}
a:hover{
	background: url("../img/portal_button_hover.jpg") no-repeat;
	color: #044251;
}
a.nl{
	float:left;
	padding: 15px 36px;
}
a.en{
	float:right;
	padding: 15px 48px;
}

	
