﻿/* CSS layout */
#masthead {
	position: absolute;
	width: 100%;
	top:0px;
	left:0px;
}

body {
background-image:url('images/leftside.jpg')
}

#header {
	width:800px;
	background-color:#ebd6a4;
	text-align:left;
}

#banner {
	width:800px;
	background-color:#ebd6a4;
}

#content {
	width:800px;
	background-color:#f1e2bf;
	height:1400px;
	position:relative;
	top:0px;
	left:0px;
}

.image_maps
{
	border:none;
}

#doublemove_picture
{
	position:absolute;
	text-align:left;
	top:50px;
	left:50px;
	width:175px;
	height:268px;
}

#doublemove_info
{
	position:absolute;
	text-align:left;
	top:50px;
	left:250px;
	width:520px;
	height:auto;
}

#gamebreaker_picture
{
	position:absolute;
	top:860px;
	left:50px;
	width:175px;
	height:268px;
}

#gamebreaker_info
{
	position:absolute;
	text-align:left;
	top:860px;
	left:250px;
	width:520px;
	height:auto;
}

.text
{
	font-family:Verdana;
	font-size:small;
}

#kurt
{
	position:absolute;
	top:50px;
	left:50px;
	width:136px;
	height:186px;
	z-index:1;
}

#bio
{
	position:absolute;
	top:50px;
	left:0px;
	width:800px;
	height:auto;
	text-align:left;
	z-index:0;
}

#kurt_bio
{
	position:absolute;
	top:120px;
	left:250px;
	width:520px;
	height:auto;
	text-align:left;
}

#footer {
	border-style:none;
}

img
{  border-style: none;
}