/********** global **********/

body{
	margin:0px; 
	padding:0px;

	font-family: Helvetica, Arial, Geneva, sans-serif;
	background-image: url("bleepgeeksFlyer.jpg");
	background-color:rgb(153,153,153);
	background-position: top center;
}

#oneClick{
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-image: url("bleepgeeksFlyer.jpg");
	background-color:rgb(153,153,153);
	background-position: top center;
}

#twoClick{
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-image: url("bleepgeeksFlyerTwo.jpg");
	background-color:rgb(153,153,153);
	background-position: top center;
}


#pageWrapper{
	display:none;
	margin: 100px auto;
	background-color: rgb(255,255,255);
	font: 10px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	
	width:800px;
	height:600px;
}


.floatLeft{
	float:left;
	padding:0px 20px 0px 0px;
}

#content{
	padding: 20px 20px 20px 0px;
}

ul{
	list-style-type: none;
}

ul.classicList{
	list-style-type: disc;
	padding:5px;
}

ul.classicList li{
	padding:0px;
}