.startScreen {
	float: left;
	position: relative;
	display: block;
	width: 1000px;
	height: 1032px;
	background: url(../pics/ag/startScreen.jpg) no-repeat;
	}
	
.startButton {
	position: absolute;
	top: 400px;
	right: 50px;
	width: 214px;
	text-indent: -9999px;
	font-size: 0;
	background: url(../pics/ag/buttonStart.png) no-repeat;
	z-index: 5;
	}
	
.startButton a {
	display: block;
	width: 214px;
	height: 214px;
	}
		
	
#header {
	top: 1032px;
	}
	
#slides {
	display: block;
	background: url(../pics/ag/startSmall.jpg) no-repeat;
	}
	
#stripesWhite {
	display: none; 
	}
	
#logo {
	top: 1287px;
	}
		
.actionButton {
	top: 1410px;
	}
	
	
