/* CSS3

	background-size: 0px 0px;
	-moz-background-size: 0px 0px;
	-webkit-background-size: 0px 0px;
	
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00);
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00);
	
	text-shadow: 0px 0px 0px #000;
	-moz-text-shadow: 0px 0px 0px #000;
	-webkit-text-shadow: 0px 0px 0px #000;

	transition: all 0.0s ease-in;
	-moz-transition: all 0.0s ease-in;
	-webkit-transition: all 0.0s ease-in;
	
*/

/* Default reset ------------------------------------ */
abbr, acronym, address, applet, b, big, blockquote,
caption, center, cite, code, dd, del, dfn, div, dl,
dt, em, fieldset, font, form, html, i, iframe, img,
ins, kbd, label, legend, li, object, ol, pre, q, s,
samp, small, strike, strong, sub, sup, span, table,
tbody, tfoot, thead, td, th, tr, tt, u, ul, var {
	font-size: 100%;
	vertical-align: baseline;
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: 0px;	
}
blockquote:after, blockquote:before, q:before, q:after {
	content: '';
	content: none;
}
blockquote, q {
	quotes: none;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline: 0;
}

/* Tags --------------------------------------------- */
a {
}
a:link,
a:visited {
}
a:hover,
a:active {
}
body {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #695f46;
	background: url(../img/body-bg.jpg);
	margin: 0;
	padding: 180px 0 0;
	width: 100%;
	height: 100%;	
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p {
}

/* Selecters ---------------------------------------- */

/* Id's --------------------------------------------- */
#main {
	text-align: center;
	width: 320px;
	margin: 0 auto;
}
#main div a {
	background: url(../img/btn-contact-us.jpg) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	width: 190px;
	height: 30px;
	margin: 0 65px 75px;
}
#main div a:hover {
	background-position: 0 -30px;
}

/* Classes ------------------------------------------ */
.clear-both {
	clear: both;
}
.display-none {
	display: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
