/* CSS file for LogicBoard homepage */


body{
	background:#000000 url(snowflakes4.jpg) repeat left top;
	}

.navbar{
	margin: 15px 0px;
	position: absolute;
	top: 100px;
	background-color:black;
	height: 35px;
	/*text color is #01CAFF*/
}

.text{
	font: 12px/16px verdana;
}

#logo {
	margin: 20px 0px;
	position: absolute;
	top:0;
	left:0;
	background-color:black;
	width: 326px;
	/*text color is #FF7C01*/
	}

#navabout {
	left: 196px;
	width: 123px;	/*103*/
	background: url('images/aboutfull.jpg');
}

#navboards {
	left: 319px;
	width: 146px;	/*126*/
}

#navcamps {
	left: 465px;
	width: 123px;	/*103*/
}

#navhelp {
	left: 588px;
	width: 96px;	/*76*/
}

#navfaq {
	left: 684px;
	width: 98px;	/*78*/
}

#navlinks {
	left: 782px;
	width: 85px;	/*85*/
}

#content{
	margin: 0px 0px 0px 0px;
	background-color: #948278;
	position: absolute;
	top: 170px;
	left: 0px;
	height: 545px;
	width: 872px;
}
	
#container{
	position: relative;
	margin: auto;
	width: 867px;

}

#footer{
	color: #FFFFFF;
	width: 867px;
	position: absolute; 
	top: 720px;
	text-align: center;
	margin-top: 20px;
}

#words{
	position: absolute;
	top: 10px;
	left: 362px;
	width: 495px;
}

#kevin{
	position: absolute;
	top: 10px;
	left: 10px;
}
