@charset "utf-8";
/* Schwaguy Designs - CSS Document - Home Page Formatting */

#schwaguy {
	position: relative;
	float: right;
	margin: -10px -20px -15px 0;
	width: 575px;
	height: 600px;
}

#one {
	position: relative;
	margin: 0;
	background: url(../images/background/josh_01.png) no-repeat;
	width: 575px;
	height: 100px
}

#two {
	position: relative;
	margin: 0;
	background: url(../images/background/josh_02.png) no-repeat;
	width: 575px;
	height: 100px
}

#three {
	position: relative;
	margin: 0;
	background: url(../images/background/josh_03.png) no-repeat;
	width: 575px;
	height: 100px
}

#four {
	position: relative;
	margin: 0;
	background: url(../images/background/josh_04.png) no-repeat;
	width: 575px;
	height: 100px
}

#five {
	position: relative;
	margin: 0;
	background: url(../images/background/josh_05.png) no-repeat;
	width: 575px;
	height: 100px
}

#six {
	position: relative;
	margin: 0;
	background: url(../images/background/josh_06.png) no-repeat;
	width: 575px;
	height: 100px
}

#home_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: auto;
}
