/*	
	CSS for Rinstrum Website
	****************************
	Author: Richard Chong (Development/Design/Programming)
	Company: dmwcreative / dmwdigital
	Website: www.dmwdigital.com.au
*/

body, html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

img, div { behavior: url(images/iepngfix.htc); }

A:LINK, A:VISITED {
	color: #F58228;
	text-decoration: none;
}
A:HOVER {
	color: #000000;
	text-decoration: underline;
}

/* Container to encapsulate the whole site */
.container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	background: #F58228 url(../images/bkg_splash.jpg) center center no-repeat;
}
.region_selection {
	margin-left: auto;
	margin-right: auto;
	width: 668px;
	height: 100%;
	border: 1px solid #FFFFFF;
}
.region_welcome {
	position: relative;
	float: right;
	margin-bottom: 5px;
	margin-right: 33px;
	clear: both;
}

.region_selectbox {
	position: relative;
	float: right;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-right: 35px;
	clear: both;
}

.region_selectlink {
	position: absolute;
	bottom: 5px;
	left: 2px;
}