/* Reset CSS */
/* --------------------- */
@import "reset.css";

/* @fonts						*/
/* ---------------------------- */
@import "fonts/New-Cicle-fontfacekit/stylesheet.css";

/* Universal */
/* --------------------- */
html, body {
	background: url("images/bg.jpg") no-repeat left top #1a0f0c;
	color: #ffffff;
}

#main {
    margin-left: 144px;
	padding: 180px 0 144px 0;
}

#logo {
	background: url("images/logo.png") no-repeat left top;
	display: block;
	height: 37px;
	margin-bottom: 24px;
	text-indent: -4000px;
	width: 69px;
}

h2 {
    color: #c5c3c1;
    font-family: NewCicleFina;
    font-size: 16pt;
    font-weight: 100;
}

#contact, #contact a {
    color: #534640;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-weight: 100;
    margin-top: 224px;
    text-decoration: none;
}

#contact a:hover {
    color: #7b452b;
    text-decoration: underline;
}
