@import url('styles/layout.css');

body {
	background-color: #fff;
}
#content {
	float: center;
	padding: 0px;
	overflow: auto;
	background-color: #fff;
	margin: 10px;
	position: relative;
}
#content img {
	display: block;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

