body, html {
	margin: 0;	
	padding: 0;
	background-color: black;
	color: white;
	height:100%;
	min-height:100%;
}

#allencompass {
	height:100%;
	min-height: 100%; 
	background: url(http://byjillian.com/images/subpagebannerbg.jpg) repeat-y; 	
}

#wrap {
	width: 700px;  
	min-height:97%;
}

#content {
	padding: 10px 0 0 150px;	
	color: white;
}

#footer {
	background-color: white; 
	color: black; 
	bottom: 0; 
	min-height: 3%; 
	height: 3%; 
	width:100%;
}

#footer span {
	padding-left: 100px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}






#imglink {
	border: 5px white solid;
}

a {
	color: #0099ff;
}

a:link {
	color: #0099ff;
	text-decoration: none;
}



a:visited {
	color: #3399FF; /* #0066CC;*/
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
	
}

a.breadcrumb {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover.breadcrumb {
	text-decoration: underline;
}

a:visited.breadcrumb {
	color: #CCCCCC;
}