/* CSS Document */

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

#linkcontent
{
    height: 100%;
}
#linkcontent #linkframe
{
    height: 100%;
    width: 100%;
}

#linkcontent a
{
    font-family: Verdana;
    color: red;
    font-size: 40px;
    position: absolute;
    top: 30px;
    right: 30px;
    font-weight: bold;
    text-decoration: none;
}

/* end hide */	

body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #D6D6D6;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	background-image: url('../ekornes-preload-spinner.gif');
	background-repeat: no-repeat;
	background-position: center; 
}