@charset "UTF-8";
/* CSS Document */


/*/////////// CSS by twelfth st  ///////////*/


body{
 
	background: #2a6f9d url('twelfthst-bg.jpg') no-repeat fixed top left;
	margin: 0;
	padding: 0;
	height:100%; /* gives layout 100% height */
	overflow:inherit; /* triggers 100% height in Opera 9.5 */
	
}

#container {

   min-height:100%;

}

* #container {
	
	height:100%;
	
}

#sample-sites {
	padding: 10px 0 0 20px;
	font-size: 9pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#logo {
   position:absolute;
   bottom:0;
   width:186px;    
   height:100px;
   background: url('twelfthst-logo.png') no-repeat;
   margin:-100px auto 0; /* -80px sucks it back into the #container */
}


/*/////////// link properties for rollovers and text ///////////*/

a:link {
	font: sans-serif;
	font-size: 9pt;
	color: #82a9c4;
	text-decoration: none;	
}


a:visited {

	font: sans-serif;
	font-size: 9pt;
	color: #82a9c4;
	text-decoration: none;	
	
}



a:hover {

	font: sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;	
	
}



a:active {

	font: sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;	
	
}



