﻿html
{
width: 100%;
height: 1000px;
text-align: center;
background: url(Main.png) no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.Main.png', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Main.png', sizingMethod='scale')";
}

a
{
font-family: myFont1;
text-decoration: none;
}

body
{
margin: 0;
padding: 0;
}

footer
{
color: #ffffff;
font-family: myFont;
}

@font-face
{
font-family: myFont;
src: url(Square.ttf);
}

@font-face
{
font-family: myFont1;
src: url(aharoni.ttf);
}

.loader
{
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('Loader.gif') 50% 50% no-repeat rgb(255,255,255);
font-family: myFont;
font-size: 20px;
}