@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: url(images/bg.png);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-text-stroke: 1px transparent;
	color: #efecca;
}

#container {
		width: 600px;
		margin: 0 auto;
}

.content {
	margin-top: 20px;
	width: 600px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #011922;
	box-shadow: 0px 0px 7px #333333;
    -webkit-box-shadow: 0px 0px 7px #333333;
    -moz-box-shadow: 0px 0px 7px #333333;
	padding: 20px 20px;
}


.awesome {
	background: #e6e2af;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin: 10px 0;
}

.awesome:hover {
	background: #bfba91;	
}

.awesome:active {
	top: 1px;	
}