* 							{ margin:0px auto; padding:0;}
				
html, body 				{
							height: 100%;
							margin: 0;
							padding: 0;
							}
							
body 						{
							background: #d4e7e9 url(../images/bg.jpg) no-repeat;
							height: 100%;
							background-position:top center;
							}
							
div#shim 				{
							visibility: hidden;
							width: 100%;
							height: 50%;
							margin-top: -350px;
							float: left;
							}
 
div#wrapper				{
							width: 100%;
							height: 300px;
							clear: both;
							position: relative;
							top: -50%;
							/* IE4ever Hack: Hide from IE4 **/
							position: static;
							/** end hack */
							}
							
div#header				{
							width: 100%;
							height: 154px;
							position: relative;
							float: left;
							background: url(../images/logo.png) no-repeat;		
							background-position: top center;		
							margin-top: 100px;
							}
							
div#footer				{
							width: 100%;
							height: 60px;
							position: relative;
							float: left;	
							text-align: center;
							}
							
div#textbar				{
							width: 100%;
							height: 73px;
							position: relative;
							float: left;
							background: url(../images/bg_textbar.jpg) repeat-x;		
							background-position: top center;
							color: #FFF;
							line-height: 73px;
							text-align: center;		
							}
							
div#logobar				{
							width: 100%;
							height: 62px;
							line-height: 62px;
							position: relative;
							text-align: center;	
							float: left;
							background: url(../images/bg_logobar.png) repeat-x;		
							background-position: top center;	
							padding: 12px 0 0 0;
							}
							
h1							{
							font-size: 13px;
							color: #feffff;
							}
							
a							{text-decoration: none; color: #feffff;}
a:hover					{text-decoration: underline; color: #feffff;}
							

