*{
	margin:0px auto;
	padding:0;
}
:focus {outline: 0;}
html {
	overflow-y: hidden;
}
@font-face { font-family: Skia; src: url(../font/Skia.png); }
body {
	color: #000000;
	margin: 0px auto;
	font: 0.625em 'SkiaRegular', Tahoma, Arial, helvetica, sans-serif;
	overflow: hidden;
	height: 100%;
	overflow-y: hidden;
}
body a {
	color: #dc0963;
	font-weight: normal;
	text-decoration: none;	
}
body a:hover {
	color: #9f0144;
}
img {
	border: 0px none;
}
div {
	overflow: hidden;
}
table {
	border-collapse: collapse;
}

h1, h2 {
	color: #dc0963;
	margin: 0px;
	font-size: 2.1em;
	font-weight: normal;
}
h3 {
	color: #dc0963;
	font-size: 1.8em;
	font-weight: normal;
}

/*Supersize Plugin Styles*/
#supersizeBg {
	display: block;
	z-index: -1;
	background: #ffffff;
	margin: 0px auto;
	text-align: center;
	vertical-align: top;

    /*set the div in the top-left corner of the screen*/
    position: absolute;
    top: 0;
    left: 0;
    
    /*set the width and height to 100% of the screen*/
    width: 100%;
    height: 100%;
	
}

#supersizeBg img {
	/*height: 100%; - firefox CPU problem*/
	overflow: hidden;
	margin: 0px auto;
}

#supersizeBg .image-holder {
	display: block;
	z-index: -1;
	height: 100%;
	width: 100%;
	position: absolute;
    top: 0;
    left: 0;
	background: white url(../img/loading.gif) 10px 50px no-repeat;
	/*background: white url(../img/loading.gif) 10px 50px no-repeat;*/
}


#supersize {
	display: block;
	z-index: -1;
	background: #ffffff;

    /*set the div in the top-left corner of the screen*/
    position: absolute;
    top: 0;
    left: 0;
    
    /*set the width and height to 100% of the screen*/
    width: 100%;
    height: 100%;
}
/*
#supersize img {
	width: 100%; - firefox CPU problem
	overflow: hidden;
	display: inline;
	text-align: center;
	vertical-align: middle;
	float: left;
	display: block;
	
}*/

#supersize .image-holder {
	display: block;
	z-index: -1;
	height: 100%;
	width: 100%;
	position: absolute;
    top: 0;
    left: 0;
	background: white url(../img/loading.gif) 100px 55px no-repeat;
}
