﻿@charset "utf-8";

/* ---------- Background ---------- */

#wrapper {
	background: url(../images/header_bg_black.png) no-repeat top center;
	background-position: center;
	background: 222 center;
	overflow: hidden;
}

/* ---------- Button ---------- */

.button {
	width: 183px;
	height: 43px;
	margin: 20px 20px 0px 0px;
	background: url('../../images/page_assets/big_button.png') left top;
	display: block;
	float: left;
	color: #ad5000;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: 45px;
}
.button:hover {
	background: url('../../images/page_assets/big_button.png') left bottom;
}

/* ---------- Subpage bubble ---------- */

#bubble {
	background: url('../../images/page_assets/about_bubble.png') no-repeat left top;
	width: 392px;
	height: 111px;
	padding: 0px 20px;
	margin-bottom: 20px;
}
.bubble {
	color: #ad5000;
	text-align: center;
	vertical-align: middle;
}
.bubblep {
	color: #6f3401; 
}



