/*  
Theme Name: LWC_Main
Description: Main Intro Page for Living Word Church Orlando
Version: 1.0
Author: Alan Adorno & Jose A. Pena

*/

@charset "UTF-8";
/* CSS Document */

.bod {
	background-color:#000000;
}

body {
	background-color:#000000;
	margin: 0;
}
#wrapper {
	background-color: transparent;
	margin-top: 100px;
}
#main {
	margin: 0 auto;
	background:url(images/main-bg.jpg) top no-repeat;
	width: 900px;
	height: 510px;
}
img {
	border:0;
	margin: 0 0;
	}

.clear {
	clear:both;
	}
	
#naven a, #naven:visited {
	display:block;
	background: transparent url(images/langen_01.png) no-repeat scroll center bottom;
	outline-style: none;
	text-decoration: none;
	width: 96px;
	height: 32px;
}

#naven a:hover {
	background-image: url(images/langen_02.png);
	width: 96px;
	height: 32px;
}



#naves a, #naves a:visited {
	display: block;
	background: transparent url(images/langes_01.png) no-repeat scroll center bottom;
	outline-style: none;
	text-decoration: none;
	width: 96px;
	height: 32px;
}

#naves a:hover {
	background-image:url(images/langes_02.png);
	width: 96px;
	height: 32px;
}

