/* @override 
	http://www.akgfx.com/site.css
*/

div {}

p.footer {
font-size: 0.6em;
color: #fff;
text-align: center;
}


body {
background: #ce4800; /* Old browsers */
background: #ce4800 -moz-linear-gradient(top, #f50000 0%, #b80600 58%, #a00300 65%, #ce4800 100%) no-repeat; /* FF3.6+ */
background: #ce4800 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f50000), color-stop(58%,#b80600), color-stop(65%,#a00300), color-stop(100%,#ce4800)) no-repeat; /* Chrome,Safari4+ */
background: #ce4800 -webkit-linear-gradient(top, #f50000 0%,#b80600 58%,#a00300 65%,#ce4800 100%) no-repeat; /* Chrome10+,Safari5.1+ */
background: #ce4800 -o-linear-gradient(top, #f50000 0%,#b80600 58%,#a00300 65%,#ce4800 100%) no-repeat; /* Opera 11.10+ */
background: #ce4800 -ms-linear-gradient(top, #f50000 0%,#b80600 58%,#a00300 65%,#ce4800 100%) no-repeat; /* IE10+ */
background: #ce4800 linear-gradient(top, #f50000 0%,#b80600 58%,#a00300 65%,#ce4800 100%) no-repeat; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f50000', endColorstr='#ce4800',GradientType=0 ); /* IE6-9 */color: #fff;
font-family: "proxima-nova-alt", Verdana, Helvetica, Arial, sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
padding: 0; margin: 0;
}

#logocontainer {

}

#logo {
	margin: 30px auto;
	text-align: center;
}

p, li
{
	font-size: 9px;
}

#undertext
{
	font-size: 10px;
	padding-left: 19px;
	padding-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 19px;
	margin: 30px auto;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	font-weight: bold;
}

#copytext
{
	font-size: 9px;
	letter-spacing: 0.2em;
	text-align: center;
}

#links
{
	width: 200px;
	margin: 25px auto;
}

#links .description
{
	text-align: left;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 0 2px 0;
}

#links ul 
{
  padding: 0;
  list-style-type: none;
  margin:0 auto;
}

#links a
{
	text-align: right;
	display: block;
	padding: 6px 6px 6px 10px;
	border: 1px solid #fff;	
	text-decoration: none;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	margin: 2px 0 0 0;
}

#links a:link, #links a:active, #links a:visited
{
	color: #fff;
}

#links a:hover
{
	background: url(buttonbg.png);
}