body {
	margin-bottom: 20px;
	background: url("../jpg/hills.jpg") no-repeat fixed;
	background-color: rgb(0, 0, 0);
}

div {
	font-family: Georgia, Times New Roman;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
	text-align: justify;
}

a {
	text-decoration: none;
	color: rgb(192, 192, 255);
}

a:hover {
	color: rgb(255, 255, 0);
}

img {
	border: 0px;
}

#menu {
	position: fixed;
	left: 20px;
	top: 20px;
}

#text {
	position: absolute;
	left: 480px;
	top: 360px;
	width: 480px;
	padding: 20px;
	background: url("../png/transparent50.png");
	color: rgb(255, 255, 255);
}

#logo {
	position: fixed;
	left: 20px;
	bottom: 20px;
}

.title {
	font-size: 18px;
	letter-spacing: 2px;
	color: rgb(255, 255, 0);
}

.subtitle {
	font-size: 15px;
	letter-spacing: 2px;
}

.yellow {
	color: rgb(255, 255, 0)
}

.box {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 8px;
	background: url("../png/transparent50.png");
}
