﻿/*
THE THOUGHT CLOUD FACTORY
COPYRIGHT 2009 THEO ELLSWORTH
SITE BY SAM - SAMKULLA.COM
*/

body {
	background: #000000;
	}

p {
	font-family: Arial,San-serif;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	}
		
#wall {
	width: 960px;
	height: 2967px;
	background: #7da5d8 url(images/factory.jpg) no-repeat;
  	}
	
#store {
	width: 800px;
	height: 498px;
	background: #7da5d8 url(images/store.jpg) no-repeat;
	}
	
#diploma {
	width: 800px;
	height: 639px;
	background: #7da5d8 url(images/diploma.jpg) no-repeat;
	}
	
#back_button {
	width: 200px;
	height: 100px;
	background: #000000 url(images/back.jpg) no-repeat;
	}
	
#shop {
	outline: 0;
	position: relative;
	top: 587px;
	left: 30px;
	}
	
#blog {
	outline: 0;
	position: relative;
	top: 1095px;
	right: 225px;
	}
	
#contact {
	outline: 0;
	position: relative;
	top: 1770px;
	left: 240px;
	}
	
#blink {
	outline: 0;
	position: relative;
	top: 2270px;
	right: 146px;
	}
	
#title {
	outline: 0;
	position: relative;
	top: -645px;
	right: 0px;
	}
	
#shell {
	outline: 0;
	position: relative;
	top: 730px;
	right: 25px;
	}
	
#fall {
	outline: 0;
	position: relative;
	top: 684px;
	left: 350px;
	}
	
#back {
	outline: 0;
	position: relative;
	top: 0px;
	left: 0px;
	}
	
#here {
	outline: 0;
	position: relative;
	top: 383px;
	left: 143px;
	}
		
a {
	color: #ffffff;
	text-decoration: none;
	}
	
a img{ border: 0; }