﻿/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashContent {
	height: 100%;
}
/* end hide */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, p {
	margin: 30px 0 0 30px;
}
h2 {
	font-size: large;
}

#sharebuttons { position: absolute; left: 10px; bottom: 10px; width: 620px; height: 21px; }
