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

body {
	background-color:#ff9d00;
	background-image:url("images/bg-hrepeat.gif");
	background-position:top;
	background-repeat:repeat-x;
	padding:0;
	margin:0;
	color:#FFF;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}

.clearer {
	clear:both;
	}

#page {
	width:1000px;
	height:509px;
	background-image:url("images/bg-main.gif");
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:191px;
	}
	
#welcome {
	background-image:url("images/heythere.png");
	width:802px;
	height:71px;
	}

#links {
	padding:100px 395px 100px 395px;
	width:210px;
	}
	
.bubbleInfo {
    position: relative;
	float:left;
	padding:5px;
	height:60px;
	width:60px;
	display:block;
}

.popup {
    position: absolute;
    display: none;
	background-image:url("images/hover-bg.png");
	background-repeat:no-repeat;
	background-position:center;
	width:165px;
	height:47px;
	color:#5d5d5d;
	text-align:center;
	padding:28px 15px 15px 15px;
	text-align:left;
	border-collapse: collapse;
	z-index:50;
}