
/* Layout */

body {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: #000 URL('../images/bg-texture-dark.jpg') center top fixed;
}

#container {
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	background: URL('../images/bg-texture.jpg') center top fixed;
	text-align: center;
}

#bg-grad-top {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	background: URL('../images/bg-grad-top.png') top center repeat-x fixed;
}

/* IE6 */
* html #container, * html #bg-grad-top {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Links */

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

/* Buttons */

a.button-green {
	position: relative;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0 -1px 1px rgba(0,0,0,1);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.75);
	box-shadow: 0 2px 3px rgba(0,0,0,0.75);
	background: #48a600;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6cf41b), to(#48a600));
	background: -moz-linear-gradient(top, #6cf41b, #48a600);
	padding: 8px 20px;
}

a.button-blue {
	position: relative;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0 -1px 1px rgba(0,0,0,1);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.75);
	box-shadow: 0 2px 3px rgba(0,0,0,0.75);
	background: #0076b3;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1fbfe7), to(#0076b3));
	background: -moz-linear-gradient(top, #1fbfe7, #0076b3);
	padding: 8px 20px;
}

a.button-green:active, a.button-blue:active {
	top: 1px;
}
