/* hide from ie on mac \*/

html
{
	height: 100%;
	overflow: hidden;
}

#myAlternativeContent
{
	height: 100%;
	width: 100%;
}

/* end hide */

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

img
{
	border: 0px solid #000000;
}