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

#johnnysblood{
	background: url(johnnysblood.gif) no-repeat top center;
	height:300px;
	width:274;
	text-indent:-9999px;
}

a:link, a:visited{
	color:#8bb2f4;
	font-family:arial;
	font-size:11px;
	text-decoration:none;
}
a:hover{
	color:#f48e50;
	border-bottom: 1px solid #f48e50;
}
body{
	margin-left:0;
	padding:0;
	font-family:georgia;
	font-size:13px;
	color:white;
	line-height: 15px;
	min-height:600px;
}

.column{
	position: relative;
	margin: 0px 0px 0px 0px;
	height:  330px;
	width:120px;
	padding: 10px 7px 10px 10px;
	float:left;
	border-left:  1px solid #ffffff;
}

.column-1{
	position: absolute;
	margin: 0px 0px 0px 0px;
	height:  330px;
	width:120px;
	padding: 10px 7px 10px 10px;
	float:left;
	
}
#container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.table{
position:absolute;
left:500px;
top:350px;
border-style:dotted;
border-width:1px;
border-color:white;
}
