* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body { 
	margin:0;
	padding:0;
	background-color: #000000;
	background-image: url('assets/bk.png');
	text-align:center;
	height: 100%;
	#overflow:hidden;
}

#column {
	top:0;
	padding:0;
	align: center;
	width: 700px;
	height:100%;
	#height:1000px;
	background-color: #000;
}

#floater {
	width: 1px;
	height:50%;
	#height:100px;
	background-color: #000;
	margin-bottom: -190;
	float:left
	position: absolute;
	top: 50%;
}

#content {
	margin: 0 auto;
	position:relative;
	text-align: center;
	height: 380px;
	width: 700px;
	clear: left;
	background-color: #000;
	position: relative;
	#top:200px;
}
img {
	border: none;
	float: none;
	position: relative;
}

a {
	outline: none;
}