html, body, #container {
		height: 100%;
		overflow: inherit;
		}

	body {
		height: 100%;
		margin: 0;
		padding: 0px;
		font-size: 10px;
		color: #9e9f9e;
		font-family: Verdana;
		position: relative;
		background-image: url(assets/images/home02.jpg);
		background-color: #c4c4c4;
		background-repeat: no-repeat;
	}
	#nav {
	
	height: 15px;
	}
	#nav, #nav a {
	
	
	font-size: 7px; 
	text-transform: uppercase;
	line-height: 9px;
	color: #9e9f9e;
	text-decoration: none;
	
	}
	
	#article {
	width: 600px;
	padding: 10px;
	padding-left: 25px;
	color: #999999;
	}
	#article a {
	text-decoration: underline;
	}
	a {
	
	font-family: Verdana;
	font-size: 10px; 
	text-align: center;
	color: #9e9f9e;
	text-decoration: none;
	
	}
	h1 {
	font-family: Arial;
	font-size: 14px; 
	text-transform: uppercase;
	color: #9e9f9e;
	font-weight: normal;  
	}