body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/bg.png) fixed center top;
}
h1, h2, h3, h4 {
	color: #021578;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
h1 {
	font-size: x-large;
	text-align: center;
}
p {
	line-height: 1.3em;
}
img {
	border: none;
}

#wrapper {
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#content {
	padding: 5px;
	font-size: small;
}

#nav {
	width: 760px;
	height: 25px;
	background-color: #021578;
}

#footer {
	margin-top: 5px;
	text-align: center;	
	font-size: xx-small;
	letter-spacing: .3em;
}

.center {
	text-align: center;
}

/* Albums */
.album-image {
	float: left;
	margin: 0 20px 20px 0;
}
.album-details {
	font-size: x-small;
}
.album-details h3 {
	margin: 0;
	font-size: small;
}

/* Wallpapers */
#wallpapers li {
	list-style: none;
	margin-bottom: 10px;
}

/* Videos */
.videos li {
	margin-bottom: 10px;
}