* :focus { outline: 0; }

.hidden {
	display: none;
	}


body {background-color:#000000;
	text-align: center;}

img	{
	border: none;}

div.col {
	position: relative;
	float:left;
	text-align: center;
	}


div#wrapper {
	position: relative;
	margin:0 auto;
	width:970px;

}
	
	div#menu {
		position: relative;
		float:left;
		top: 170px;
		width:100px;
		}
	
	
	div#content {
		position:relative;
		float:left;
		width:864px;
		top: 25px;
		height: auto;
		}
	
