.landing_top {
	position:relative;
	width:880px;
	margin-left:auto;
	margin-right:auto;
}

.landing_gallery {
	width:420px;
	height:250px;
	float:right;
	position:relative;
}

.landing_summary {
	width:420px;
	height:300px;
}

.landing_headline {
	font-size:24pt;
	font-weight:bold;
	text-align:center;
	text-shadow:2px 2px 2px black;
}

.landing_description {
	font-size:14pt;
	text-shadow:2px 2px 2px black;
	margin-top:15px;
	margin-bottom:15px;
}

.landing_try {
	text-align:center;
	margin-top:10px;
	font-size:8pt;
	color: #aa8;
}

.landing_try img {
	border:none;
}

.landing_gallery_clicklist {
	position:absolute;
	right:3px;
	bottom:-30px;
	text-align:right;
	z-index:20;
}

.landing_gallery_clicklist img {
	margin-left:10px;
	background: #333;
	border:1px #999900 solid;
	width:20px;
	height:20px;
	cursor:pointer;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}

.landing_gallery_clicklist img.selected {
	background: #999900;
	border: 1px #fff solid;

	box-shadow: 0 0 10px #777;
	-moz-box-shadow: 0 0 10px #777;
	-webkit-box-shadow: 0 0 10px #777;
}

.landing_gallery_pic {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 4px 4px 7px black;
	-moz-box-shadow: 4px 4px 7px black;
	-webkit-box-shadow: 4px 4px 7px black;


}

.landing_gallery_pic a {
	display:block;
	width:100%;
	height:100%;
}

.landing_gallery_pic img {
	border:none;
}

.landing_belowfold {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:880px;
	height:570px;
}

.landing_bullets {
	width:880px;
	margin-left:0px;
	margin-right:0px;
	height:240px;
}

.landing_bullet {
	margin-left:0px;
	margin-right:0px;
	padding-left:50px;
	background: url(img/swordbullet.png) no-repeat left top;
	height:100px;
	width:390px;
	text-align:left;
	float:left;
}

.landing_bullet_headline {
	font-size:12pt;
	font-weight:bold;
	text-shadow:2px 2px 2px #000;
}

.landing_bullet_text {
	font-size:10pt;
	color:#aa8;
}

.landing_testimonial {
	position:absolute;
	top:-260px;
	right:-40px;
	width:220px;
	height:80px;
	padding:10px 10px 30px 10px;
	color:#000;

	display:none;

	/*background:url(img/testimonialbubble5.png);*/
}

.landing_testimonial_speaker {
	font-weight:bold;
	font-size: 12pt;
	color:#ffff00;
	text-align:right;
}

.landing_testimonial_speaker_guild {
	color:#ffff77;
	font-size:12pt;
}

.landing_testimonial_text {
	font-size: 15pt;
	color:#ffb;
	text-shadow:0px 0px 10px #555, 2px 2px 2px #000;
}

hr {
	margin-top:50px;
	margin-bottom:40px;
	color:#333;
	background-color:#333;
	clear:both;
}	

/*

hr.landing_hr {
	margin-top:20px;
	margin-bottom:20px;
}

hr.landing_hr2 {
	margin-bottom:20px;
}*/

.landing_featuredguild {
	margin-left:10px;
	margin-right:10px;
	width:420px;
	float:left;
}

.landing_featuredguild_heading {
	text-align:center;
	font-size:14pt;
	font-weight:bold;
	text-shadow:2px 2px 2px black;
}

.landing_featuredguild_name {
	text-align:center;
	font-size:14pt;
	font-weight:bold;
}

.landing_featuredguild_screenshot {
	text-align:center;
}

.landing_featuredguild_screenshot img {
	border:none;

	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}

.landing_news {
	width:418px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

.landing_news_list {
	border:1px solid #777;
	height:220px;
	overflow:auto;
	text-align:left;

	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}

.landing_news_heading {
	font-size:14pt;
	font-weight:bold;
	text-align:center;
	text-shadow:2px 2px 2px black;
}

.landing_news_post {
	padding:5px;
}

.landing_news_post_more {
	text-align:right;
}


.landing_news_subject {
	font-size:12pt;
	font-weight:bold;
	padding:5px;
}

.landing_news_date {
	font-size:8pt;
	color:#aa8;
	padding:5px;
}

.landing_news_text {
	font-size:8pt;
	padding:5px;
}

