/*
	Joe Gillotti - 2/5/2012
*/

body {
	font-family: "uni 05_53", fixedsys, sans-serif;
	background-color: #000;
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "uni 05_53";

	/* IE is one mad cunt that doesn't like .ttf files.  */
	src: url(fonts/uni05_53.eot);
}
@font-face {
	font-family: "uni 05_53";
	src: url(fonts/uni05_53.ttf);
}

img { border: 0; }

#kag a img {
	border: none;
}

a, .fake_link {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

#top_nav a, #main_nav a, #community_links a {
	text-decoration: none;
}

#wrap {
	background-color: #250c0c;
	color: #fff;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}


/* top nav thing */

#top_nav {
	height: 32px;
	background-image: url(images/top_menu_bg.gif);
	background-repeat: repeat-x;
	position: relative;
	clear: both;
	text-shadow: 0 2px #000000;
}

#top_nav_left {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 26px;
	padding-left: 5px;
}


#top_nav_right {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 26px;
}

#top_nav_center {
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	text-align: center;
	line-height: 26px;
}

/* action scene */

#action_scene {
	height: 319px;
	background-image: url(images/bg_gradient.gif);
	background-repeat: repeat-x;
	position: relative;
}

#action_scene_scene {
	width: 1000px;
	height: 319px;
	background-image: url(images/top_action_scene.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	top: 0;
}

#action_scene_logo {
	position: absolute;
	z-index: 2;
	top: 10px;
	background-image: url(images/king_arthurs_gold.gif);
	background-repeat: no-repeat;
	width: 1000px;
	height: 54px;
	display: block;
}

#action_scene_logo span {
	display: none;
}

/* download thing */
#portrait_guyz {
	height: 187px;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 5px;
	background-image: url(images/portraits.gif);
	overflow: hidden;
	background-repeat: no-repeat;
}

#portrait_guyz_left {
	position: absolute;
	left: 4px;
	top: 4px;
	width: 104px;
	color: #000;
	font-size: 12px;
	padding: 0;
}

#portrait_guyz_left strong {
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 18px;
}

#portrait_guyz_right{
	position: absolute;
	right: 7px;
	top: 4px;
	width: 104px;
	color: #000;
	font-size: 11px;
}

#portrait_guyz_center {
	width: 367px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 15px;
	margin-top: 27px;
}

#dl_free_version {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(images/download_button.gif);
	background-repeat: no-repeat;
	width: 222px;
	height: 54px;
	display: block;
	text-indent: -6999px;
}

/* underground action scene */
#underground_scene {
	height: 122px;
	background-image: url(images/underground_scene.gif);
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
#underground_scene_num {
	text-align: center;
	position: absolute;
	width: 1000px;
	bottom: 85px;
	font-size: 14px;
}
#buy_full_version {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(images/buy_button_new.gif);
	background-repeat: no-repeat;
	width: 258px;
	height: 73px;
	display: block;
	text-indent: -6999px;
	position: absolute;
	left: 370px;
	top: 37px;
}

/* youtube and press thing */
#yt_press {
	clear: both;
	margin-top: 20px;
	position: relative;
	height: 420px;
}

#yt_press iframe {
	margin-top: 14px;
	margin-left: 14px;
}

#yt_press_vid {
	width: 448px;
	height: 406px;
	background-image: url(images/video_frame.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 31px;
}

#yt_thumbs {
	position: absolute;
	bottom: 10px;
	left: 14px;
}

#yt_thumbs a {
	outline: 0;
}

#yt_thumbs a img {
	border: 1px solid #000;
}

#yt_thumbs a.cur img, #yt_thumbs a:hover img {
	border: 1px solid orange;
}

#yt_thumbs a {
	float: left;
	margin-right: 5px;
}

#yt_press_press {
	right: 30px;
	position: absolute;
	width: 436px;
	height: 406px;
	background-image: url(images/quotes_frame.gif);
	background-repeat: no-repeat;
	color: #000;
	overflow: hidden;
}

#yt_press_press h2 {
	margin: 0;
	padding: 5px;
	font-size: 20px;
}
#yt_press_press p {
	margin: 0;
	padding: 5px;
	font-size: 15px;
}

#yt_press_press_in {
	margin-top: 10px;
	margin-left: 20px;
}


/* main_nav_thing */
#main_nav {
	height: 32px;
	background-image: url(images/main_menu_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	/*line-height: 32px;*/
	text-shadow: 0 2px #000000;
}

#main_nav a {
	font-size: 23px;
	color: #838d91;
	/*position: relative;
	top: -2px;
	float: left;
	left: 5px;*/
	margin-left: 15px;
}
#main_nav a:hover, #main_nav a.cur {
	color: #fff;
}

/* 3col dev/fb/twitter */
#col3_meta {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}

.col3_meta_col {
	width: 307px;
	height: 300px;
	float: left;
	margin-left: 20px;
	position: relative;
	background-image: url(new_images/content_body.gif);
}
.col3_meta_head {
	text-indent: 15px;
	color: #000;
	font-size: 16px;
	background-image: url(new_images/content_header.gif);
	background-repeat: no-repeat;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
}
.col3_meta_foot {
	position: absolute;
	bottom: 0;
	width: 307px;
	height: 10px;
	background-image: url(new_images/content_footer.gif);
	background-repeat: no-repeat;
}
.col3_meta_content {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: left;
	color: black;
}

#twitter, #facebook {
 	margin: auto;
	width: 280px;
	margin-top: 10px;
	height: 430px;
}

#facebook {
	margin: auto;
	/*background-color: #fff;	*/
    background-color: #ECF7C9;
	width: 292px;
	margin-top: 10px;
	height: 420px;

}

#feedburner {
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 5px;
	height: 440px;
	overflow: auto;
}
#feedburner ul {
	margin: 0;
	padding: 0;
}

#feedburner ul li {
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #b5c486;
	border: 2px solid #9aae5f;
	border-radius: 4px;
	list-style-type: none;
	font-family: verdana, arial;
	color: #424D1F;
}

#feedburner a { color: #000; }
#feedburner p { padding: 2px; margin: 0; font-style: italic; font-size: 12px;}
#feedburner .headline {font-weight: bold;}
#feedburner li div {font-size: 16px;}

/* community links */
#community_links {
	text-align: center;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
	clear: both;
}
#community_links_head {
	font-size: 18px;
	font-weight: bold;
}
#community_links a {
	display: block;
	width: 222px;
	height: 59px;
	background-image: url(images/bottom_button.gif);
	background-repeat: no-repeat;
	float: left;
	margin-left: 19px;
	line-height: 59px;
	text-align: center;
}

/* footer */
#footer {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
	color: #928686;
	font-size: 13px;
	clear: both;
	overflow: hidden;
}

#footer a {
	color: #928686;
}

/* Generic shit */
.form_row {
	margin-bottom: 10px;
	margin-top: 10px;
}

/* about stuff */
#about_head {
	width: 1000px;
	height: 323px;
	background-image: url(images/about/top_interior_scene.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#about_mm {
	width: 910px;
	height: 204px;
	background-image: url(images/about/mm_quote.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 116px;
	left: 43px;
	overflow: hidden;
}

#about_mm p {
	margin-left: 190px;
	margin-top: 10px;
	color: #000;
	padding-right: 9px;
	font-size: 16px;
	line-height: 16px;
}

#about_content {
	margin-left: 38px;
	margin-right: 38px;
}

#about_content p {
	padding: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}

#about_2col {
	overflow: hidden;
	clear: both;
	float: none;
}

#about_left {
	float: left;
	width: 293px;
}
#about_left img {
	margin: 5px;
}
#about_left h2 {
	margin: 0;
	padding: 5px;
	text-align: center;
}
#about_right {
	float: right;
	width: 630px;
}
#about_right ul {
	margin: 0;
	padding: 0;
}
#about_right ul li {
	margin: 0;
	line-height: 58px;
	padding: 0;
	padding-left: 0;
	padding-right: 0;
	list-style-type: none;
	clear: both;
	overflow: hidden;
	display: block;
}
#about_right h2 {
	margin-top: 0;
	padding-top: 0;
}
#about_classes img {
	display: block;
}
#about_classes .about_class {
	float: left;
	margin-right: 50px;
	text-align: center;
	margin-top: 26px;
}
#wrap #about_classes {
	line-height: 14px;
	margin-top: 25px;
}
#wrap li.no_lh {
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 32px;
}

.fl { float: left; }
.fr { float: right; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }
.w5 { width: 49%; }

#about_right img.fl {margin-right: 15px; }
#about_right img.bpic {float: left; margin-left: 10px;}
#about_press {
	width: 499px;
	float: left;
}
#about_players {
	width: 400px;
	float: left;
	margin-left: 10px;
}
#about_press h2 {
	font-size: 18px;
	text-indent: 120px;
}
#about_players h2 {
	font-size: 18px;
}
#about_press > div {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 120px;
	min-height: 93px;
	position: relative;
	overflow: hidden;
}

/* buy page */
#buy_head {
	width: 1000px;
	height: 332px;
	background-image: url(images/about/top_interior_scene.gif);
	background-repeat: no-repeat;
	position: relative;
}
#buy_head_mm {
	width: 1000px;
	height: 204px;
	background-image: url(images/buy/mm_geti_quote.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 111px;
	z-index: 1;
	background-position: center;
}
#buy_head_mm p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	width: 558px;
	height: 157px;
	left: 229px;
	position: absolute;
	z-index: 2;
	color: #000;
	top: 5px;
}
#buy_head_mm p strong {
	font-size: 20px;
	display: block;
	margin-bottom: 21px;
}

#buy_content {
	padding-top: 10px;
}

#buy_content h1 {
	margin: 0;
	padding: 10px;
	font-size: 25px;
}
#buy_content h2 {
	font-size: 20px;
	margin: 0;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
}
#buy_content .strike_holder {
	position: relative;
	overflow: hidden;
}
#buy_content .strike {
	position: absolute;
	width: 100%;
	height: 100%;
	border-bottom: red 3px solid;
	top: -55%;
}
#buy_content h2 strong {
	font-size: 120%;
}
#buy_content p {
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	margin: 0;
}
.payment_3col {
	overflow: hidden;
	clear: both;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 25px;
}
.payment_3col .col {
	float: left;
	text-align: center;
}
#buy_2col {
	clear: both;
	overflow: hidden;
}
#buy_left {
	float: left;
	width: 270px;
	text-align: center;
	margin-left: 20px;
}
#buy_left p {
	margin-bottom: 20px;
}
#buy_right {
	float: left;
	width: 590px;
	margin-left: 35px;
}
#buy_right ul {
	margin: 0;
	padding: 0;
}
#buy_right li {
	padding: 10px;
	clear: both;
	margin: 0;
	list-style-type: none;
	display: block;
}
#buy_right img.fl {
	margin-left: 20px;
}

/* contact */
#contact_body {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
#contact_left {
	width: 439px;
	float: left;
	background-image: url(images/contact/left_bg_mid.gif);
	background-repeat: repeat-y;
	color: #000;
	margin-top: 10px;
	margin-left: 35px;
	margin-bottom: 40px;
}
#contact_right {
	width: 356px;
	float: left;
	margin-left: 50px;
}
#contact_right a {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 40px;
}
#contact_body {
	overflow: hidden;
	clear: both;
	float: none;
}
#contact_body p {
	float: none;
	clear: both;
	text-align: center;
	font-size: 22px;
}
#contact_submit {
	text-align: center;
}
#contact_body textarea {
	width: 98%;
	height: 150px;
}
#contact_body .contact_row {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	clear: both;
}
#contact_body h2 {
	margin: 0;
	padding-top: 15px;
	text-align: center;
	background-image: url(images/contact/left_bg_top.gif);
	background-repeat: no-repeat;
}
#contact_left .fl input, #contact_left .fr input {
	width: 94%;
}
#contact_left select {
	width: 70%;
}
#contact_left label {
	display: block;
	clear: both;
	float: none;
}
#contact_left form {
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/contact/left_bg_foot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
	padding-bottom: 20px;;
}
input[type="password"], input[type="text"], select, textarea {
	border: 3px solid #854614;
	background-color: #fff;
	color: #000;
}

#download_body {
	overflow: hidden;
	float: none;
	width: 936px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.download_left {
	float: left;
	width: 50%;
	overflow: hidden;
}

.dl_btn {
	display: block;
}

#dl_tips {
	clear: both;
	float: none;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	overflow: hidden;
}

#create_account {
	float: right;
	background-image: url(/_kag/images/download/create_account_tile.gif);
	background-repeat: repeat-y;
	width: 436px;
	margin-left: auto;
	margin-right: auto;
}

#create_account form, #create_account  .placeholder {
	padding-bottom: 30px;
	color: #000;
	background-image: url(/_kag/images/download/create_account_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.acc_row {
	width: 242px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;

}

.acc_row  input[type="text"],
.acc_row  input[type="password"]
{
	width: 90%;
}


.acc_row  input[type="image"]  {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#captcha {
	width: 326px;
	margin-left: auto;
	margin-right: auto;
}

#create_account h2 {
	text-align: center;
	color: #000;
	padding-top: 20px;
	margin-top: 0px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 30px;

	background-image: url(/_kag/images/download/create_account_header.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#create_account p {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #000;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

/* manual */
#manual {
	margin-top: 20px;
}

/* common spunk */
.center {text-align: center;}
p.error_msg {padding: 20px;}

/* faq list */
dl#faq {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

dl#faq dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
}

dl#faq dd {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 20px;
}



/* new stuffz */
#yt_frame {
	width: 876px;
	height: 532px;
	background-image: url(/_kag/images/video_frame_large.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

#qt_frame {
	width: 876px;
	height: 406px;
	background-image: url(/_kag/images/quotes_frame_large.gif);
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	color: #000;
}

/* community */

#community_wrap {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
}

#community_wrap .community_row {
	overflow: hidden;
	float: none;
	clear: both;
	margin-bottom: 50px;
	margin-top: 50px;
}

#community_buttons a {
	background-image: url('/_kag/images/community/no_text/community_button.gif');
	background-repeat: no-repeat;
	display: block;
	width: 286px;
	height: 95px;
	text-align: center;
	float: left;
	margin-right: 18px;
	margin-left: 18px;
	text-decoration: none;
	font-size: 20px;
	line-height: 21px;
}

#community_forum_btn {
	display: block;
	position: relative;
	height: 192px;
	width: 400px;
	background-image: url('/_kag/images/community/no_text/forums.gif');
	background-repeat: no-repeat;
	margin-left: 24px;
}

#community_forum_btn span {
	text-decoration: none;
	position: absolute;
	font-size: 25px;
}

#community_discord {
	display: block;
	position: relative;
	background-image: url('/_kag/images/community/no_text/quakenet.gif');
	background-repeat: no-repeat;
	width: 324px;
	height: 86px;
	margin-bottom: 10px;
	font-size: 20px;
}

#community_ts {
	display: block;
	position: relative;
	background-image: url('/_kag/images/community/no_text/teamspeak.gif');
	background-repeat: no-repeat;
	width: 324px;
	height: 86px;
	margin-top: 20px;
	font-size: 20px;
}

#community_discord span, #community_ts span, #community_server span {
	position: absolute;
	text-decoration: none;
}

#community_server {
	display: block;
	background-image: url('/_kag/images/community/no_text/server_rental.gif');
	background-repeat: no-repeat;
	width: 474px;
	height: 183px;
	margin-left: 30px;
	font-size: 23px;
	position: relative;
	margin-top: 42px;
}

#community_comic {
	text-align: center;
	display: block;
	width: 325px;
	font-size: 22px;
	text-decoration: none;
}

/*KAG website2.0*/
#title_trinity {
	height: 319px;
	background-image: url(/_kag/new_images/top_interior_scene.jpg);
	background-position: center;
	background-repeat: repeat-x;
	position: relative;
}

#title_trinity_logo {
	position: absolute;
	z-index: 2;
	top: 2px;
	background-image: url(/_kag/new_images/king_arthurs_gold2x.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 1000px;
	height: 0px;
	display: block;
}

#title_trinity_image {
	margin-top: 87px;
}

#title_trinity_logo span {
	display: none;
}

#title_trinity_subtitle {
	height: 32px;
	background-image: url(images/main_menu_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 30px;
	text-shadow: 0 2px #000000;
}

#main_nav_neo a{
	text-decoration: none;
}

/* main_nav_thing */
#main_nav_neo {
	height: 32px;
	background-image: url(images/top_menu_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	/*line-height: 32px;*/
	text-shadow: 0 2px #000000;
}

#main_nav_neo a {
	font-size: 23px;
	position:relative;
	top: -7px;
	color: #838d91;
	/*position: relative;
	top: -2px;
	float: left;
	left: 5px;*/
	margin-left: 15px;
}
#main_nav_neo a:hover, #main_nav a.cur {
	color: #fff;
}

#yt_frame_neo {
	width: 464px;
	height: 268px;
	padding:11px;
	background-image: url(/_kag/new_images/frame.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0 auto;
}

#buy_frame_neo {
	width: 464px;
	height: 268px;
	padding:11px;
	background-image: url(/_kag/new_images/frame.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
}

#buy_frame_single {
	width: 464px;
	height: 268px;
	padding:11px;
	background-image: url(/_kag/new_images/frame.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

div.buy_box {
	width: 464px;
	height: 270px;
	background-color: rgb(248, 248, 248);
}

div.kag_image {
	float:left;
	margin-left:10px;
	margin-top:10px;
}

div.title_box {
	float:left;
	margin-left:10px;
	height:75px;
	margin-top:10px;
}

div.title {
	color:black;
	float:left;
	font-size:18px;
}

div.price {
	color:#E20013;
	float:left;
	margin-left:10px;
	font-size:18px;
}

div.pros {
	color:rgb(76, 76, 76);
	float:right;
	font-size:12px;
	margin-right:10px;
	margin-top:10px;
}

div.info {
	color:rgb(76, 76, 76);
	font-size:14px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	width: 444px;
	height: 40px;
}

div.payment_method {
	float:left;
	text-align: center;
	width: 100%;
	line-height: 25px;
	color:rgb(76, 76, 76);
	font-size:12px;
}

div.chkBox_2nd_key {
	float:left;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
	line-height: 25px;
	color:rgb(76, 76, 76);
	font-size:11px;
}


div.zong_button {
	float:right;
}

div.bmt_button {
	float:left;
	margin:1px;
}

#yt_and_buy {
	width: 1000px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

div.checkout_button {
	float: left;
}

#kag a img.yt_miniature {
	width:464px;
	height: 356px;
}

div.play_button {
	position:absolute;
	display:block;
	z-index:100;
	background-image: url(/_kag/new_images/ytplay.png);
	background-repeat: no-repeat;
	background-position: center;
	width:464px;
	height:268px;
}

#quote_name_left {
	color: white;
	font-size: 13px;
	margin-left: 14px;
}

#quote_name_right {
	color: white;
	font-size: 13px;
	text-align: right;
	margin-right: 20px;
}

#quote_mm {
	width: 910px;
	height: 140px;
	background-image: url(new_images/quotes/mm_quote.png);
	background-repeat: no-repeat;
	left: 43px;
	overflow: hidden;
	margin-top: 50px;
}

#quote_mm p {
	margin-left: 140px;
	margin-top: 40px;
	color: #000;
	padding-right: 9px;
	font-size: 16px;
	line-height: 16px;
}

#quote_geti {
	width: 910px;
	height: 140px;
	background-image: url(new_images/quotes/geti_quote.png);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	margin-left: 90px;
	margin-top: -100px;
	overflow: hidden;
}

#quote_geti p {
	margin-left: 80px;
	margin-top: 42px;
	color: #000;
	padding-left: 9px;
	font-size: 16px;
	line-height: 16px;
}

#quote_dude_left {
	width: 910px;
	height: 140px;
	background-image: url(new_images/quotes/dude_quote.gif);
	background-repeat: no-repeat;
	left: 43px;
	overflow: hidden;
	margin-top: 50px;
}

#quote_dude_left p {
	margin-left: 196px;
	margin-top: 14px;
	color: #000;
	padding-right: 9px;
	font-size: 16px;
	line-height: 16px;
}

#quote_dude_right {
	width: 910px;
	height: 140px;
	background-image: url(new_images/quotes/dude_quote_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	left: 90px;
	overflow: hidden;
	margin-top: 50px;
}

#quote_dude_right p {
	margin-right: 190px;
	margin-top: 18px;
	color: #000;
	padding-left: 9px;
	font-size: 16px;
	line-height: 16px;
}

.left_frame_header {
	width:436px;
	text-indent: 15px;
	color: #000;
	font-size: 16px;
	background-image: url(images/download/create_account_header.gif);
	background-repeat: no-repeat;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
}

.left_frame_content {
	margin-left:20px;
	margin-right: 20px;
}

.left_frame_body {
	color: black;
	width: 436px;
	margin-left: 20px;
	margin-top:10px;
	margin-bottom:10px;
	position: relative;
	background-image: url(images/download/create_account_tile.gif);
}

.left_frame_footer {
	width: 436px;
	height: 35px;
	background-image: url(images/download/create_account_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.download_center {
	margin-left:auto;
	margin-right: auto;
	width: 50%;
	overflow: hidden;
}

#community_wiki_btn {
	display: block;
	position: relative;
	height: 192px;
	width: 400px;
	background-image: url('/_kag/images/community/no_text/forums.gif');
	background-repeat: no-repeat;
	margin-left: 24px;
	margin-top: 20px;
}

#community_wiki_btn span {
	text-decoration: none;
	position: absolute;
	font-size: 25px;
}

.download_left .dl_btn_classic {
	width: 320px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.u {
	text-decoration: underline;
}

.awards {
	color: white;
	width: 436px;
	float: left;
	margin-left: 20px;
	margin-top:10px;
	margin-bottom:20px;
}

.award {
	font-size:12px;
	margin-top:10px;
	text-align: center;
	width:100px;
	height:100px;
	background-image: url(/_kag/new_images/social_button.gif);
	background-repeat: no-repeat;
	background-position: center;

}

.award img{
	height: 60px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

.rotation_test {
	behavior:url(-ms-transform.htc);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform: rotate(45deg);
}

.crazy_box1 {
	position:relative;
	behavior:url(-ms-transform.htc);
	-moz-transform:rotate(7deg);
	-webkit-transform:rotate(7deg);
	-o-transform:rotate(7deg);
	-ms-transform:rotate(7deg);
	transform: rotate(7deg);
}

.crazy_box2 {
	position:relative;
	behavior:url(-ms-transform.htc);
	-moz-transform:rotate(-7deg);
	-webkit-transform:rotate(-7deg);
	-o-transform:rotate(-7deg);
	-ms-transform:rotate(-7deg);
	transform: rotate(-7deg);
}

.crazy_box3 {
	position:relative;
	behavior:url(-ms-transform.htc);
	-moz-transform:rotate(-3deg);
	-webkit-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	transform: rotate(-3deg);
}

.crazy_box4 {
	position:relative;
	behavior:url(-ms-transform.htc);
	-moz-transform:rotate(-15deg);
	-webkit-transform:rotate(-15deg);
	-o-transform:rotate(-15deg);
	-ms-transform:rotate(-15deg);
	transform: rotate(-15deg);
}

.crazy_box5 {
	position:relative;
	behavior:url(-ms-transform.htc);
	-moz-transform:rotate(-11deg);
	-webkit-transform:rotate(-11deg);
	-o-transform:rotate(-11deg);
	-ms-transform:rotate(-11deg);
	transform: rotate(-11deg);
}
.crazy_box6 {
	position:relative;
	behavior:url(-ms-transform.htc);
	-moz-transform:rotate(11deg);
	-webkit-transform:rotate(11deg);
	-o-transform:rotate(11deg);
	-ms-transform:rotate(11deg);
	transform: rotate(11deg);
}


.block_sub {
	z-index:20;
	position:relative;
	margin-top:-30px;
	margin-left:10px;
	color:black;
	font-size: 12px;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.home_right {
	float: left;
	overflow: hidden;
}

.home_left {
	float: left;
	margin-right:50px;
	overflow: hidden;
}

.social_button {
	position:relative;
	font-weight: bold;
	width: 100px;
	height: 100px;
	background-image: url(/_kag/new_images/social_button.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
    padding-top: 15px;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 10px;
	text-decoration:none;
}

.social_button:hover {
	position:relative;
	color:black;
}

.social_button img {
	vertical-align: middle;
	display: inline-block;
}

.steam {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:30px;
	behavior:url(-ms-transform.htc);
	-moz-transform:rotate(-5deg);
	-webkit-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
	transform: rotate(-5deg);
}

.gog {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:30px;
	behavior:url(-ms-transform.htc);
	-moz-transform:rotate(15deg);
	-webkit-transform:rotate(15deg);
	-o-transform:rotate(15deg);
	-ms-transform:rotate(15deg);
	transform:rotate(15deg);
}

.desura {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 30px;
	behavior:url(-ms-transform.htc);
	-moz-transform:rotate(10deg);
	-webkit-transform:rotate(10deg);
	-o-transform:rotate(10deg);
	-ms-transform:rotate(10deg);
	transform:rotate(10deg);
}

.patreon_float {
	margin-bottom: 10px;
	margin-top: -10px;
	margin-left: 30px;
	behavior:url(-ms-transform.htc);
	-moz-transform:rotate(-15deg);
	-webkit-transform:rotate(-15deg);
	-o-transform:rotate(-15deg);
	-ms-transform:rotate(-15deg);
	transform:rotate(-15deg);
}

.blog {
	margin-left: 25px;
	behavior:url(-ms-transform.htc);
	-moz-transform:rotate(-10deg);
	-webkit-transform:rotate(-10deg);
	-o-transform:rotate(-10deg);
	-ms-transform:rotate(-10deg);
	transform:rotate(-10deg);
}

.youtube {
	margin-left: 5px;
	margin-top: 20px;
	behavior:url(-ms-transform.htc);
	-moz-transform:rotate(-5deg);
	-webkit-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
	transform:rotate(-5deg);
}

.facebook {
	z-index:10;
	margin-left: 15px;
	margin-top: 0px;
	behavior:url(-ms-transform.htc);
	-moz-transform:rotate(10deg);
	-webkit-transform:rotate(10deg);
	-o-transform:rotate(10deg);
	-ms-transform:rotate(10deg);
	transform:rotate(10deg);
}

.twitter {
	margin-left: 10px;
	margin-top: 20px;
	behavior:url(-ms-transform.htc);
	-moz-transform:rotate(-5deg);
	-webkit-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
	transform:rotate(-5deg);
}

#preview {
	clear: both;
}

#preview div {
	float: left;
	margin-left: 35px;
	position: relative;
	width: 286px;
	height: 106px;
	background-image: url('/_kag/new_images/gifs/gif_border.png');
}

#preview img {
	padding: 8px;
	position: relative;
	width: 270px;
	height: 90px;
}


.patreon,
.discord {
	padding: 20px;
}
