/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
	
#flashcontent {
        margin-top:10px;
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#ffffff; 
        font-family: arial, Helvetica, verdana, sans-serif, century gothic;
}

DIV.chicos{
   position:absolute; 
   top:0px; 
   left:200px;
}

a.chicos{
    display: block;
    width: 95px;
    height: 25px;
    background: url("boys.jpg");
}

a.chicos:hover {
   background-position:-95px 0;
}

A.chicos:link{
   color:#000000;
}

A.chicos:visited{
  color:#000000;
}

A.chicos:active{
   color:#000000;
}

DIV.chicas{
   position:absolute; 
   top:-2px; 
   left:310px;
}

a.chicas{
    display: block;
    width: 95px;
    height: 26px;
    background: url("girls.jpg");
}

a.chicas:hover {
   background-position:-95px 0;
}


A.chicas:link{
   color:#000000;
}

A.chicas:visited{
  color:#000000;
}

A.chicas:active{
   color:#000000;
}

DIV.index{
   position:static; 
   top:0px; 
   left:0px;
}

a.index{
    display: block;
    width: 95px;
    height: 24px;
    background: url("home.jpg");
}

a.index:hover {
   background-position:-95px 0;
}

A.index:link{
   color:#000000;
}

A.index:visited{
  color:#000000;
}

A.index:active{
   color:#000000;
}




.displace {
    position: absolute;
    left: -5000px;
}