* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF url("bg.jpg") no-repeat 50% 0%;
	font-family: "Tahoma", "Georgia", "Times New Roman", "Times", "serif";
	font-size: 12px;
	color: #333;
}

a {
	text-decoration: underline;
	color: #333;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

#html {
	text-align: center;
	margin: 20px 0;
}

#paradise {
	text-align: center;
}

#wrapper {
	width: 990px;
	margin: auto;
	position: relative;
}

#content {
	width: 550px;
	margin: 190px 0 0 440px;
}

#content p {
	font-size: 12px;
	color: #000;
	margin-bottom: 10px;
	text-align: justify;
}

#footer {
	clear: both;
	margin: 50px auto;
}

#footer #more {
	text-align: center;
}

#footer #more a,
#footer #more span {
	padding: 0 10px;
	color: #000;
}
