@charset "iso-8859-1";
 /*#############################################################

development by Rearden Killion Communications
info@reardenkillion.com
css/html by Arnel Siazon

#############################################################*/   	
 
/********************************************
   HTML ELEMENTS
********************************************/ 
* { padding: 0; margin: 0; }

body {
	

	font: 15px Helvetica, Arial, sans-serif;
	color:#fff;
	overflow: hidden;

	
	}
	
	
h1 { font:19px Arial, Helvetica, sans-serif; margin-bottom:7px; color:#572700; font-weight:bold; }
h2 { font:15px Arial, Helvetica, sans-serif; margin-bottom:1px; color:#572700; }	
h3 { font:27px Arial, Helvetica, sans-serif; margin-bottom:1px; color:#572700; font-weight:bold; }
h3 a { font:27px Arial, Helvetica, sans-serif; margin-bottom:1px; color:#C88A12; font-weight:bold; }
	

/* links */
a {
	font-weight:bold;
color: #C88A12;
text-decoration:none
;
}

a:visited {
	color: #C88A12;
}


a:hover {
	text-decoration:underline;
}




img {
	border: 0;
}

.left {
	float:left;
}

#logo {
	background:none;
    font-weight:normal;
	position: absolute;
    top:10%;
	left: 7%;
	width: 100%;
	text-align: left;
	color: white;
	font-size: 27px;
	z-index: 6000;
}

#welcome {
    background:none;
    font-weight:normal;
    position: absolute;
    top:40%;
    left: 7%;
    width: 100%;
    text-align: left;
    color: white;
    font-size: 27px;
    z-index: 6000;
}

#creativework {
    background:none;
    font-weight:normal;
    position: absolute;
    top:35%;
    left: 30%;
    width: 100%;
    text-align: left;
    color: white;
    font-size: 27px;
    z-index: 6000;
}

#ilovetheburg {
    background:none;
    font-weight:normal;
    position: absolute;
    top:35%;
    left: 52%;
    width: 100%;
    text-align: left;
    color: white;
    font-size: 27px;
    z-index: 6000;
}

#contact {
    background:none;
    font-weight:normal;
    position: absolute;
    top:35%;
    left: 69%;
    width: 100%;
    text-align: left;
    color: white;
    font-size: 27px;
    z-index: 6000;
}

#footer {
    background:none;
    font-weight:normal;
    font-size: 11px;
    position: absolute;
    bottom:5%;
    left: 7%;
    width: 100%;
    text-align: left;
    color: #000;
    
    z-index: 6000;
}


.bg {
	width: 100%;
	height:auto;
	position: absolute;
	top:0;
	left: 0;
	z-index: 5000;
}

.fb { padding-top:10px; }
