@import url("base.css");
body {
	background-color: #FFF;
	background-image: url(../images/bk.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
#Logo {
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	margin-top: 2%;
	margin-bottom: 2%;
}

#main {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
}
#main-pic {
	float: left;
}
#main-text {
	float: left;
	margin-left: 30px;
}
#main-text p {
	padding-left: 60px;
	text-indent: -60px;
	margin-bottom: 5px;
}


#ver {
	text-align: center;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10%;
	margin-bottom: 10px;
	color: #996600;
}

#footer {
	text-align: center;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	margin-top: 8%;
}
#footer a {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF6600;
	text-decoration: underline;
}
