body {
	font-size: 100%;
	line-height: 1.125em;
	text-align: center;
	background-color: #CCC;
	background-image: url(../images/man.gif);
}
#container {
	text-align: left;
	height: 600px;
	width: 1000px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	background-color: #696969;
	float: left;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #CCC;
	display: inline;
	padding-right: 30px;
	padding-left: 20px;
}

#content {
	float: left;
	width: 1000px;
	height: 600px;
}
#content2 {
	float: left;
	width: 1000px;
	background-image: url(../images/jennylive2.jpg);
	background-repeat: no-repeat;
	height: 600px;
}
#content3 {
	float: left;
	width: 1000px;
	background-image: url(../images/jennycash3.jpg);
	background-repeat: no-repeat;
	height: 600px;
}
#content4 {
	float: left;
	width: 1000px;
	background-image: url(../images/jennycontact.jpg);
	background-repeat: no-repeat;
	height: 600px;
}
#content5 {
	float: left;
	width: 1000px;
	background-image: url(../images/jennymusic2.jpg);
	background-repeat: no-repeat;
	height: 600px;
}
#vote {
	float: left;
	height: 220px;
	width: 657px;
	margin-top: 137px;
	margin-left: 269px;
}


#button {
	float: left;
	width: 698px;
	margin-top: 506px;
	margin-left: 302px;
}
#text {
	float: left;
	width: 1000px;
	text-align: center;
	margin-top: 250px;
}
#text2 {
	float: left;
	width: 500px;
	margin-top: 300px;
	text-align: left;
	margin-left: 380px;
}
#text3 {
	text-align: center;
	float: left;
	width: 1000px;
	margin-top: 370px;
}


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #FFF;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #e21f25;
	font-weight: bold;
}

a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
.grey {
	color: #666;
}
.red {
	color: #CE1D23;
}
.white {
	color: #FFF;
}
