@charset "utf-8";
* {
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	background-attachment: fixed;
	background-position: left center;
}
#Wrapper {
	height: 1000px;
	width: 1000px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}
#banner {
	height: 260px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}
#main {
	height: 680px;
	width: 1000px;
	background-image: url(../images/container-bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center;
}
#footer {
	background-attachment: scroll;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	width: 1000px;
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	background-image: url(../images/header-bg.png);
	background-attachment: scroll;
}
#menu {
	float: left;
	height: 680px;
	width: 235px;
}
#Wrapper #main #menu p {
	margin-left: 50px;
	font-weight: bolder;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #858484;
	text-transform: capitalize;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	text-shadow: 2px 2px 2px #603002;
}
#base {
	float: left;
	height: 680px;
	width: 550px;
	color: #000000;
}
#vote {
	height: 60px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border: medium double #A4A4A4;
}

#adds {
	float: right;
	height: 680px;
	width: 190px;
}
#add1 {
	float: left;
	height: 250px;
	width: 250px;
	margin-left: 5px;
	background-color: #C39F61;
	border: thin dashed #A4A4A4;
}
