@import url(/_css/views/default.css);

@media screen {
	
	div#fact {
		position: absolute;
		left: 650px;
		top: 45px;
		width: 250px;
		text-align: right;
		font-size: 12px;
		color: #483D34;
		font-style:italic;
	}
	div#presidents_club_panel {
		position: absolute;
		width: 170px;
		height: 154px;
		top: -8px;
		left: 766px;
		background: url(/_elements/background_presidents_club.jpg) no-repeat;
	}
	div#presidents_club_logo {
		position: absolute;
		left: 133px;
		top: 7px;
		border: 1px solid #000000;
		width: 131px;
		height: 70px;
		background: #FFF;
	}
	div#billboard {
		position: relative;
		background: #FFF;
		border-left: 7px solid #900;
		margin-left: 49px;
		height: 225px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #FFFFFF;
	}
	div#splash {
		position: absolute;
		width: 428px;
		height: 225px;
		background: #CCC;
	}
	div#promo_1 {
		position: absolute;
		left: 429px;
		width: 270px;
		height: 140px;
		background: #CCC;
	}
	div#promo_2 {
		position: absolute;
		left: 429px;
		top: 141px;
		width: 270px;
		height: 84px;
		background: #CCC;
		background-image: url(/_elements/home/presidents_club_background.jpg);
		background-repeat: no-repeat;
	}
	
	div#promo_2 a {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	
	div#promo_3 {
		position: absolute;
		left: 700px;
		width: 200px;
		height: 225px;
		background: #CCC;
	}
	
	img.chamber_of_the_year_logo {
		position: absolute;
		top: 10px;
		right: 20px;
	}
	
}
