/*************************************************************
 
 -------------------------------------------------------------
 Theme:   The Faint || fasciinatiion
 Author:  SecretPenguin
          http://www.secretpenguin.com
 
 
*************************************************************/



/*============================================================
Body
============================================================*/

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 12px; 
	color: #000000; 
	line-height: 22px; 
	font-weight: normal;
	letter-spacing: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #00ABDF;
	margin-top: 20px;
	}
	
	
	
a, a:link, a:visited {
		color: #797f5b;
		text-decoration: none;	
		}
	
	a:hover {
		color: #9ba75d;
		text-decoration: underline;
		}	
	
#container {
	width: 955px;
	text-align: left;
	margin : 0px auto;
	background-position: top center;
	background-repeat: no-repeat;
	}
	
			
	
#footer {
	padding-top: 10px;
	text-align: right;
	clear:both;
	color: #797f5b;
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;	
	}			
	
	#footer a, #footer a:link, #footer a:visited {
		color: #797f5b;
		text-decoration: none;	
		}
	
	#footer a:hover {
		color: #695B2E;
		text-decoration: none;
		}
		
#bottom {
	background: #C5BCA1;
	bottom: 0;
	z-index: 1;
	position: absolute;
	width: 300px;
	height: 150px;
	}
	
#bottom-content {
	width: 275px;
	height: 140px;
	overflow: auto;
	overflow-x: hidden;
	margin: auto;
	}
	
#newsletter {
	margin: 0px auto;
	padding: 50px;
	}
	
	#newsletter p {
		padding-bottom: 20px;
		}			