html, body {
	margin: 0;
	padding: 0;
	font-family: "Arial", sans-serif;
	color: #aaa;
	font-size: 1em;
}

h1 {
	color: #666;
	margin: 70px 0;
}

h2 {
	color: #777;
	margin: 50px 0 5px 0;
}

p {
	margin: 5px 0 0 0;
}

a {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #aaa;
}

a:hover {
	color: black;
	text-decoration: underline;
}

#layout {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#layout #top {
	background-color: #ffc10e;
}

#layout #top img {
	margin: 50px 0;
	border: 0;
}

#layout .lateral {
	width: auto;
}

#layout .center {
	width: 960px;
}

#layout #middle {

}

#layout #bottom {
	position: relative;
	height: 180px;
	background-color: #2226b2;
}
