
.logo{
	width:150px;
	height:86px;
	display:inline-block;
	background-image:url(../img/logo.png);
	position:absolute;
	left:500px;
	top:20px;
}

.logo a{
	color:#fff;
	position:relative;
	top:25px;
	left:35px;
}

h1{
	font-size: 24px;
	margin-bottom:15px;
}

h2{
	font-weight: bold;
	margin-top:30px;
}


section{
	display:inline-block;
	width:100%;
}

.options section{
	margin:20px 0;
}

.example{
	float:left;
	margin:0 10px;
}

.box{
	float: left;
	padding: 10px;
	background-color: #eee;
	width:100px;
	margin:0 10px 10px 0px;
}

.box.fixed-box{
	position:fixed;
	right:50px;
	top:50px;
}

hr{
	margin:20px 0;
	color: #ddd;
	background-color: #ddd;
	height: 2px;
	border:none;
}

.code{
	width:650px;
}

