@charset "utf-8";

body {
	/*font-size:12pt;
	line-height:1.75em;*/
	font-family:"Open Sans", sans-serif;
	background:#F5ECCE;
	color:#382b31;
}
p {
	text-align:justify;
}
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

.center img, .center video{
	display:block;
	margin:auto;
}
.center table {
	margin:auto;
}
table.menu {
	text-align:center;
}
#container {
	width:870px;
	margin:0 auto;
}
#logo {
	margin-left:50px;
	font-size:24px;
	font-weight:bold;
}
#code {
	width:100%-20px;
	height:500px;
	padding:10px 10px;
	overflow:scroll;
	background:white;
}
main {
	padding-bottom:20px;
}
footer {
	border-top:solid 2px #382b31;
	color:#888888;
	text-align:center;
}