
body {
	background: #000 url(images/main.jpg) bottom left no-repeat;
	background-attachment: fixed;
	color: #FFF;
	font-family: Verdana;
	font-size: 12px;
}

#logo {
	margin-left: 50px;
}


#links {
	margin-left: 40px;
	font-size: 2em;
}

#links a {
	text-decoration: none;
	color: #fff;
}
#links a:hover {
	text-decoration: none;
	color: #a1a1a1;
}

#content {
	margin-left: 620px;	
}
#content-video {
	margin-left: 460px;	
}

#album {
	float: right;

}

#image {
	float: left;
	background-color: #000;
	width: 600px;
	height: 670px;
}

img {
	border: none;
}
