body {
	background-color:#262626;
	font-family:Helvetica;	
	padding:0 0 10px 0;
}

#header {
	width:100%;
	margin:0px auto;
	padding:10px 0 15px;
	background-color:#1a2b44;
	color:white;
	border-bottom:1px solid black;

	text-align:center;
	font-size:36px;
	font-weight:bold;
}

#content {
	width:650px;
	margin:20px auto;
	padding:5px;
}

#content h3 {
	color:white;
	letter-spacing:1px;
	font-weight:lighter;
	font-style:oblique;
	font-size:18px;
	padding-bottom:20px;
}

#content p {
	padding:0 0 0 15px;
	color:white;
	font-size:12px;
	line-height:150%;
	font-weight:lighter;
}

#icon {
	width:440px;
	height:680px;
	background: url("../images/battery.png") no-repeat;
	margin:0px auto;
	overflow:hidden;
}

#wllc {
	width:440px;
	margin:0px auto;	
}

#wllc p {
	text-align:center;
	font-size:10px;
	color:white;
}

a:link {
COLOR: #FFFFFF;
}
a:visited {
COLOR: #FFFFFF;
}
a:hover {
COLOR: #FFFFFF;
}
a:active {
COLOR: #FFFFFF;
}
