/* DEFINITIONS */

html {
	background-color: black;
	}
	
	
body {
	border:none;
	margin: 0;
	background-color: black;
	position: absolute;
	left: 10%;
	}

/*body { 
	background-color: transparent;
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
    width: 100%;
	margin-top: -1px; 
	z-index: 1; 
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    }*/

a:link { 
    border:none;
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
	
a:hover, a:active {
	border: none; 
	font-size:110%;
	color: #252525;
	}

h1 {
	font-size: 18px;
	margin: 0 0 10px 0;
	}	

/* CONTENT POSITIONING */

/*#background { 
	display: none;
	}*/

#background {
	position: absolute;
	top: 0;
	left: 20%;
	
	}
#wrapper {
	width: 940px;
	font-size:14px;
	position: relative;
	margin: auto;
	}
	
#wrapper.home {	
	min-height: 768px;
	height: auto !important;
	height: 768px;
	/*background: url('/images/indexsplash.jpg') top left no-repeat;*/
	}
	
#sidebar {
	border:0px;
	float: left;
	padding-top: 100px;
	padding-left: 20px;
	width: 150px;
	}
		
	#sidebar img, #sidebar a {
		display: block;
		}
		
	#sidebar a {
		border-style: none;
		border: 0px;
		margin-bottom: 10px;
		}

#window {
	position: absolute;
	left: 20%;
	top: 0px;
	z-index: 2;
	}
	
#windowembed{
	position: absolute;
	left: 20%;
	top: 125px;
	z-index: 3;
	}

#container { 
	width: 700px;
    margin-left: 30px;
    }

	#container_home {
		font-size: small;
		width: 500px;
		margin-left:125px;
		padding: 205px 0 20px 55px;
		}
    
	#container img {
		border: 0;
		}
				
		#container img.spaced {
			margin-left: 15px;
			}
		
		#container img.float_l {
			float: left;
			margin: 0 15px 15px 0;
			}
		
		#container img.float_r {
			float: right;
			margin-top: 40px;
			}
			
		#container img.logo {
		    float: right;
		    margin-top:40px;
		    margin-right:40px;
	
	#container p.center {
		text-align: center;
		}
	
	#container #youtube {
		float: right;
		}

	
	
*html img#background {
	display: none;
	}

*html body {
	background: url('images/altered.gif') top left repeat;
	}