/*  INCLUDES  */@import url("includes/reset.css");html, body { height:100%; background: #000000; }html {	overflow-y: scroll; }body {	margin: 0;	background: #000000;	color: #ffffff;	font-family: Arial, Verdana, Helvetica, Sans-Serif;	font-size: 9pt;	outline: 0;}div#website {	width: 100%;	height: 100%;    overflow: hidden;	position: fixed;}* html div#website {position:absolute;}div#resizer {	position: absolute;	height: 100%;}div#slideShare {	height: 369px;	width: 425px;	color: #000000;	padding: 5px;}div#like {	position: fixed;	top: 15px;	left: 20px;	z-index: 10;}* html div#like {position:absolute;}a:link, a:active { color: #dddddd; text-decoration: none; }a:visited { color: #eeeeee; }a:hover { text-decoration: underline; }object:focus, object:active { outline: 0; }
