/*********** Great Plains Regional Medical Center CSS Stylesheet ***********/


/*********** General positioning and backgrounds, divs, etc. ***********/

* html {
	height:100%;
	margin:0;
	padding:0;
}

body {
	background-color:#0cb9df;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align:center;
	height:100%;
}

#bg_intro {
	width:100%;
	height:100%;
	background-image:url(images/bg_intro.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#container {
	margin: 0 auto 0 auto;
	padding:75px 0px 0px 0px;
	width:750px;
	text-align:left;
	height:100%;
}
#footer {
	width:750px;
	height:32px;
	margin: 0 0 0 0;
	padding:8px 0px 0px 0px;
	position:relative;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	line-height:14px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}


/*********** General Styling for divs, classes, & general HTML elements ***********/


#footer a {
	color:#FFFFFF;
	text-decoration:none;
	border:none;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	border:none;
}