body {
	background-color: #393E5E;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(summer/images/template/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 35px;
	margin-right: 35px;
}
#container {
	width: 790px;
	height: auto;
	color: #FBED80;
	text-align: left;
	margin: auto;
}
a {
	color: yellow;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
