/*#######################################################LAYOUT*/

	html, body {
		margin:	0px;
		padding: 0px;
		background-color: #313131;
		background-image: url(../img/bg.gif);
		background-repeat: repeat-x;		
		
		font-family: Sans-serif;
		font-weight: normal;
		font-size: 12px;
		color: #FFF;
		text-decoration: none;	
				
	}

	#content {
		position: relative;
		vertical-align:top;
		
	}