/* ——---———RESET——-———-*/

html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, dl, dt, dd, ol, ul, li,
form,table, tr, th, td 
{ 
margin: 0;
padding: 0;
border: 0;
} 


body{
background-image: url(bac.png);
margin: 0px;
height:100%;
}
html{
height:100%;
}
#global{
position: relative;
width:981px;
margin-right: auto;
margin-left: auto;
background-image: url(mainBac.png);
height: 100%;

}
div#start{ 
position:absolute; 
left: 200px;
top: 300px;
border: 0px;
top: 0px;
z-index: 1;
}
div#main{ 
position:absolute; 
left: 0px;
top: 0px;
border: 0px;
top: 0px;
z-index: 3;
}
div#frame{ 
position:absolute; 
margin-left: 0px;
border: 0;
top: 0px;
z-index: 0;
background-image: url(mainBac.png);
width:980px; 
height:100%; 
min-height: 100%;

}

a:focus { 
outline: 0;
}
