/*
Stillsky Studio
Version: 3
Author: Stephen Rudolph
Email: operator@thisisstephen.com
*/

body {
	font: 10pt "gill sans", sans-serif;
	color: #555753;
	background: #fff;
}

/* The Divs */

#branding {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 300px;
	height: 73px;
	background: #fff url(images/branding.gif);
}

#story {
	position: absolute;
	top: 100px;
	left: 10px;
	width: 300px;
	height: 500px;
}

#twitter_div {
	position: absolute;
	top: 100px;
	left: 320px;
	width: 200px;
	height: 500px;
	padding-left: 4px;
	border-left: 1px solid #555753;
}

#copyright {
	position: absolute;
	top: 570px;
	left: 12px;
	height: 20px;
	border-top: 1px solid #555753;
}

/* Image Classes */

.image1 {
	position: absolute;
	top: 100px;
	left: 550px;
	width: 100px;
	height: 500px;
	border: 1px solid #000;
}

.image2 {
	position: absolute;
	top: 100px;
	left: 660px;
	width: 100px;
	height: 500px;
	border: 1px solid #000;
}

.image3 {
	position: absolute;
	top: 100px;
	left: 770px;
	width: 100px;
	height: 500px;
	border: 1px solid #000;
}

.image4 {
	position: absolute;
	top: 100px;
	left: 880px;
	width: 100px;
	height: 500px;
	border: 1px solid #000;
}

.image5 {
	position: absolute;
	top: 100px;
	left: 990px;
	width: 100px;
	height: 500px;
	border: 1px solid #000;
}

.image6 {
	position: absolute;
	top: 100px;
	left: 1100px;
	width: 100px;
	height: 500px;
	border: 1px solid #000;
}

.image7 {
	position: absolute;
	top: 100px;
	left: 1210px;
	width: 100px;
	height: 500px;
	border: 1px solid #000;
}

.image8 {
	position: absolute;
	top: 100px;
	left: 1320px;
	width: 100px;
	height: 500px;
	border: 1px solid #000;
}

.image9 {
	position: absolute;
	top: 100px;
	left: 1430px;
	width: 100px;
	height: 500px;
	border: 1px solid #000;
}

.image10 {
	position: absolute;
	top: 100px;
	left: 1540px;
	width: 100px;
	height: 500px;
	border: 1px solid #000;
}

.image11 {
	position: absolute;
	top: 100px;
	left: 1650px;
	width: 100px;
	height: 500px;
	border: 1px solid #000;
}

.image12 {
	position: absolute;
	top: 100px;
	left: 1760px;
	width: 100px;
	height: 500px;
	border: 1px solid #000;
}



/* Header Stuffs */

#branding p {
	display: none;
}

