@charset "UTF-8";
/* CSS Document */

#container {
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	}

#rotation {
	position: absolute;
	width: 728px;
	height: 493px;
	background-color: #666666;
	left: 140px;
	top: 80px;
	z-index: 1;
	}
	
#navigation {
	position: absolute;
	left: 880px;
	top: 80px;
	}	
	
#logo {
	position: absolute;
	left: 1px;
	top: 0px;
	width: 173px;
	height: 137px;
	background-image: url(../images/design/logo.png);
	background-repeat: no-repeat;
	}
	
* html #logo {
	background-image: url(../images/design/logoalternative.gif);	
	}
	
#left {
	position: absolute;
	text-align: right;
	left: 2px;
	top: 180px;
	width: 129px;
	height: 374px;
	}	
	
#footer {
	position: absolute;
	right: 111px;
	top: 580px;
	width: 729px;
	text-align: right;
	}

#stripes {
	position: absolute;
	top: 0px;
	width: 2560px;
	height: 100%;
	overflow: hidden;
	right: 50%;
	margin-right: -510px;
	}
	
