@charset "UTF-8";

/***********************************
                                   *
CSS STYLE: TEH                     *
http://www.thomasengelhart.com     *
                                   *
BY DOM.DEVELOPER                   *
http://gigwand.de                  *
                                   *
************************************/

/* *********** GENERAL *********** */

body {
	margin: 0px auto 0px;
	padding: 0px;
	background:#000;
}

#wrap {
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	height:500px;
	top:50%;
	margin-top:-250px;
}

#logo {
	height:auto;
	width:auto;
	float:left;
	margin:193px 0px 0px 20px;
}

/* *********** LINKS *********** */

a {
	color: #cdcdcd;
	text-decoration:none;
}
	
a:link {
	color: #cdcdcd;
	text-decoration: none;
}

a:hover {
	color:#fff; 
	border:none;
}

a img {
	border:none;
}

/* *********** HOMEPAGE *********** */

#image {
	float:left;
	width:750px;
	height:500px;
}

/* ************ QUOTE ************ */

#quote {
	float:left;
	width:550px;
	height:270px;
	margin-top:176px;
}

#quote p {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	text-align:center;
}

#middle {
	float:left;
	width:200px;
	height:500px;
}

/* ************ DOWNLOADS ************ */

#downloads {
	float:left;
	width:550px;
	height:270px;
	margin-top:166px;
}

#downloads p {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
}


/* ************ VIDEO ************ */

#video {
	position:absolute;
	width:800px;
	left:50%;
	margin-left:-400px;
	height:600px;
	top:50%;
	margin-top:-300px;
}











