html {
	margin: 0;
	padding: 0;
	background-color: #fbfcfd;
	
}

body {
	margin: 35px;
	max-width: 1200px;
	padding: 0;
}

a {
	color: #88bee8;
}

b {
	color: #88bee8;
}

h1 {
	font-family: G, Arial, Trebuchet MS;
	font-size: 40px;
	line-height: 30px;
	color: #e1475c;
	letter-spacing: -2px;
	text-shadow: 0px 0px 5px #f4dcdf;
	font-weight: strong;
}

div.title {
	padding-left: 5px;
	background-color: #FFF;
}

div.description {
	height: auto;
	padding-left: 10px;
	padding-bottom: 20px;
	max-width: 710px;
	
	font-family: Helvetica, Arial, Trebuchet MS;
	font-size: 12px;
	text-align: left;
	color: #b0b9c0;
}

div.block_name {
	position: absolute;
	width: 150px;
	height: 30px;
	top: 20px;
	left: 0px;
	margin-bottom: 50px;
	
	font-family: Helvetica, Arial, Trebuchet MS;
	font-size: 9px;
	color: #b6cbd5;
	text-align: left;
	text-indent: 20px;
	
}

div.block_html {
	position: absolute;
	width: 130px;
	height: 30px;
	top: 130px;
	right: 0px;
	padding-right: 20px;
	
	font-family: Helvetica, Arial, Trebuchet MS;
	font-size: 9px;
	color: #93aab3;
	text-align: right;
	text-indent: -20px;
	
}

div.block_s {
	position: relative;
	width: 150px;
	height: 127px;
	margin-right: 30px;
	margin-bottom: 30px;
	padding-top: 33px;
	float: left;
	background: url('block_s.png');
	
	font-family: Helvetica, Arial, Trebuchet MS;
	font-size: 85px;
	text-align: center;
	text-shadow: 0px 0px 8px #afc4cc;
	color: #1b2b31;
}

div.block_m {
	position: relative;
	width: 330px;
	height: 128px;
	padding-top: 32px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	background: url('block_m.png');
	
	font-family: Helvetica, Arial, Trebuchet MS;
	font-size: 85px;
	text-align: center;
	text-shadow: 0px 0px 8px #afc4cc;
	color: #1b2b31;
}

div.footer {
	position: relative;
	float: left;
	clear: right;
	padding: 10px;
	background-color: #FFF;
	
	font-family: Helvetica, Arial, Trebuchet MS;
	font-size: 11px;
	text-align: left;
	color: #b0b9c0;
}
