body, html {
	height:100%;
	background-color:#333333;
	margin:0;
	padding:0;
	overflow:auto;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#555555;
}

#wrapper {
	text-align:center;
}

#mainImage {
	width:1000px;
	height:540px;
	background:url(images/main_bg.jpg) #333333 center -20px;
	position:absolute;
	top:50%;
	margin-top:-315px;
	padding-top:40px;
	left:50%;
	margin-left:-491px;
}
#noFlash {
	margin:300px auto 0;
	display:block;
	width:475px;
}

p {
	margin:0 0 16px 0;
	padding:0;
}
a {
	color:#222222;
}

#msgDiv {
	display:none;
	text-align:left;
	width:370px;
	padding:15px 15px 5px 15px;
	background:url(images/holiday_bg.gif) top right;
	border:5px solid #393939;
	position:absolute;
	top:50%;
	margin-top:-295px;
	left:50%;
	margin-left:-200px;
	z-index:999;
	color:#666666;
}
#msgDiv p {
	margin:0 0 10px 0;
}
#msgDiv em {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
}
#msgDiv a {
	color:#CCCCCC;
}
#msgDiv a#closeBtn {
	display:block;
	margin:0;
	padding:5px 10px;
	background-color:#222222;
	border:1px solid #444444;
	float:right;
	text-decoration:none;
}
#msgDiv a#closeBtn:hover {
	background-color:#111111;
}

#share { width:170px; height:36px; text-align:left; position:absolute; z-index:999; left:50%; top:50%; margin-left:300px; margin-top:260px; padding-bottom:20px; padding:0; overflow:hidden; background:url(images/share_bg_roll.gif) top left no-repeat; }
#share.closed { background:url(images/share_bg.gif) top left no-repeat; }
#share.hover { background:url(images/share_bg_roll.gif) top left no-repeat; }
#share a.active { display:none; }
#share a { display:block; float:left; width:149px; height:21px; text-indent:-9999px; margin:4px 0 0 10px; }
#share a.view { margin:10px 0 3px 10px; width:149px; height:19px; }

#follow { width:175px; height:36px; text-align:left; position:absolute; z-index:999; left:50%; top:50%;  margin-left:120px; margin-top:260px; padding-bottom:20px; padding:0; overflow:hidden; background:url(images/follow_bg_roll.gif) top left no-repeat; }
#follow.closed { background:url(images/follow_bg.gif) top left no-repeat; }
#follow.hover { background:url(images/follow_bg_roll.gif) top left no-repeat; }
#follow a.active { display:none; }
#follow a { display:block; float:left; width:154px; height:21px; text-indent:-9999px; margin:4px 0 0 10px; }
#follow a.view { margin:10px 0 3px 10px; width:154px; height:19px; }
