body {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 15px;
	overflow-y: hidden;
	margin: 0;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

a, a:hover, a:visited {
	text-decoration: none;
	color: #000;
}

#menu, #footer {
	position: fixed;
	width: 100%;
	margin-left: 10px;
}

#menu {
	height: 40px;
}

#menu .menu-item {
	margin-top: 5px;
	padding-right: 40px;
}

#menu .menu-item a {
	margin-left: 25px;
}

#footer {
	height: 35px;
	bottom: 0px;
	background-color: #fff;
}

#images {
	clear: left;
	top: 70px;
	position: absolute;
	margin-left: 10px;
	z-index:1;
}

#images img {
	height: 300px;
}

#images .assets {
	margin-right: 5px;
}