body        {  
		font-family: Verdana, Arial, Helvetica, sans-serif;  
		font-size: .9em; 
		font-style: normal;  
		line-height: normal;  
		font-weight: normal;  
		text-transform: lowercase;  
		text-decoration: none;
		color: #999;  
		background-image: url(/images/v2014.10/background-v201410.gif);  
		margin: 0;
		padding: 0;
		height: 100%;
}

a:link      {  
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: .9em; 
		text-transform: lowercase; 
		color: #f88; 
		text-decoration: none; 
		}  

a:visited   {
		color: #f88;  
		text-decoration: none;  

		}   

a:active    {
		color: #aaa;  
		text-decoration: none;  
		}  

a:hover     {
		color: #fff;  
		text-decoration: none;  
		}   
	
		
		#indicia {	
		width: 80%;
		margin: 0 auto 50px auto;
		background-color: transparent;
		position: relative;
		border: none;
	 }
 
#container {	
		width: 80%;
		margin: 0 auto;
		background-color: transparent;
		min-height: 100%;
		position: relative;
		border: none;
	}
 
.boxed {
		border: none;
		color: #ddd;
		text-align: center;
	}

.boxed a:link, .boxed a:visited {
		background: transparent;
		color: #f88;
		display: block;
		text-transform: uppercase;
		text-decoration: none;
		font-size: .9em;
		line-height: 1.5em;
	border: 1px transparent solid;
}

.boxed a:hover {
		color: #fff;
		/* background: #911; */
border: 1px #fff solid;
}
 

    #footer {
    	font-size: .9em;
		width: 100%;
		height: 20px;
		position: absolute;
		bottom: 20px;
		left: 0;
		text-align: center;
	}

img.boxed {
		margin-bottom: 5px;
}

