html { 
	font-size: 100%; 
	height: 100%;
}
body {
	background: url(light_toast.png);
	color: #3465a4;
	font-size: 1rem;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.2rem;
}
a {
	color: #3465a4;
	text-decoration: none;
}
a:hover {
	color: #3465a4;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
section#main {
	margin: 100px auto; 
	width:800px;
	height: 400px;
}
section#box {
	position: relative;
	border: 5px solid white;
	padding: 0;
	*zoom: 1;	
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,.4);	
	text-align: center;
}
section#content img {
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 15px;	
}
