/* CSS Document */
/*-----------------------------------------------------------------------------
Kalloc Studios - HTML Site Style Sheet 

version:   1.0
author:    max herholz
email:     max@soulsun69.com
website:   http://www.soulsun69.com/
last update: 04/11/08
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

body {
	background: #010409 url(../images/indexTile.jpg) repeat-x;
	text-align: center;
}


/* =Layout
-----------------------------------------------------------------------------*/
#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#backImage {
	height: 570px;
	max-width: 980px;
}

#index #backImage {
	background: #010409 url(../images/backIndex.jpg) no-repeat;
}

/* =Logo
-----------------------------------------------------------------------------*/
#logo {
	position: relative;
	top: 199px;
	left: 297px;
	width: 410px;
	height: 150px;
}

#logo span {
	background: url(../images/largeLogo.jpg) no-repeat; 
	position: absolute;
	width: 100%;
	height: 100%;
}

h1 {
	padding-top: 3em;
	color: #4E44A6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

h2 {
	color: #4E44A6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
}

/* =enterSite
-----------------------------------------------------------------------------*/
#link {
	position: relative;
	top: 222px;
	left: 427px;
}