/* CSS Document | Y'all World | Developed by ElectroPolymath.com | November 2009 */


/* HTML RESET */
html,body{
margin:0;
padding:0;
height:100%;
border:none;
}


body {
background: url("../images/woodBG.jpg") top left repeat;
}


#wrapper {
/*background: url("../images/logo-yallworld.png") top left no-repeat;*/
display: table;
float: left;
height: 100%;
left: 0px;
position: relative;
top: 0px;
width: 100%;
z-index: 0;
}


/* LOGO */
#logo {
background: url("../images/logo-tagline.png") top left no-repeat;
float: left;
height: 157px;
width: 623px;
clear:both;
margin:0 0 10px 0;
}

/* LOGO */
p {
font:14px Verdana, Geneva, sans-serif;
color:#ffffff;
padding:0;
margin:0;
}

