* {
	margin: 0;
	padding: 0;
	}

html, body {
	width: 100%; height: 100%;
	}	
	
body {
	background: white center top repeat url(http://www.capestorm.co.za/site/assets/images//tiles/wood.jpg);
	}
	
	#outer {
		position: relative; display: block; overflow: auto;
		width: 992px; height: auto;
		margin: 0 auto;
		}
		
	#footer {
		position:absolute; bottom: 0;
		width: 737px; height: 18px;
        clear: both;
		text-align: center; text-transform: uppercase;
		color: #0063b9; font-size: 10px;
		}
		
		#footer a {
			color: #0063b9;
			text-decoration: none;
			}

		#footer a:hover {
			color: #578bb9;
			text-decoration: none;
			}
			
		#footer span.spacer {
			padding: 0 4px;
			}	

