body {
	margin:auto;
	width:956px
	padding:0px;
	height:100px;
	font-family: Arial, Helvetica, sans-serif;
	background:url('../img/background.jpg');
	background-repeat:repeat;
	/* font-size:11px; */
}

#vote {
	height:40px;
	position:fixed;
	top:0px;
	align:center;
	background-color:#eb0790;
	width:100%;
}

#vote h1 {
	line-height:0px;
}

#header {
	position:fixed;
	width:956px;
	height:100px;
	background:url('../img/head.png');
	top:40px;
	left:50%;
	margin-left:-478px;
}

#nav {
	position:fixed;
	width:200px;
	height:400px;
	top:140px;
	left:50%;
	margin-left:-478px;
	background:url('../images/nav.png');
	background-repeat:repeat-y;
}

#article {
	position:relative;
	width:700px;
	height:400px;
	top:140px;
	left:50%;
	margin-left:-278px;
	overflow-x:hidden;
	overflow-y:hidden;
	background:url('../img/web-bg.jpg');
}

#article .section {
	float:left;
	width:700px;
	height:400px;
}

#article .section img {
	float:left;
}

#About {
	overflow-y:scroll;
	overflow-x:hidden;
	}

#mask {
	width:900%;
}

#aside {
	position:fixed;
	top:140px;
	left:50%;
	margin-left:422px;
	height:400px;
	width:56px;
	background:url('../images/aside.png');
}

#footer {
	position:fixed;
	top:540px;
	left:50%;
	margin-left:-478px;
	width:956px;
	height:100px;
	background:url('../images/footer.png');
	}
	
ul {
	margin-left: 0;
}

li {
	line-height:50px;
	font-size:20px;
	list-style: none;
	margin-left: 0;
	text-align:left;
	background:url('../images/li.png');
	font-weight:bold;
}

a {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	border-bottom: 3px solid #ffcc00;
}