    A:link {text-decoration: none; color: rgb(128, 128, 128);}
    A:visited {text-decoration: none; color: rgb(128, 128, 128);}
    A:active {text-decoration: none}
    A:hover {text-decoration: underline; color: white;}

a.linker {
    display:block; text-decoration: none; width: 100%; height: 100%;
    }
    


body {
    font-family: Helvetica;
    position: relative;
    background-color: rgb(32, 32, 32);
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#content {
    position: absolute;
    margin-left: -417px;
    width: 834px;
    height: 681px;
    top: 0px;
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    left: 50%;
    background-image:url('bg.jpg');
}



#apps {
    position: absolute;
    display:block;
    left: 12px;
    top: 21px;
    width: 281px;
    height: 55px;
}


#screencast {
left: 139px;
top: 222px;
width: 212px;
height: 318px;
position: absolute;
}

#screen1 {
	position: absolute;
	display:block;
	left: 410px;
	top: 431px;
	width: 34px;
	height: 50px;
	background-color: rgb(0, 200, 245);
	opacity: 0;
    -webkit-transition: opacity .3s linear;
        }
        
#screen1:hover {
    opacity: .4;

}        
        

#screen2 {
	position: absolute;
	display:block;
	left: 451px;
	top: 431px;
	width: 34px;
	height: 50px;
	background-color: rgb(0, 200, 245);
	opacity: 0;
    -webkit-transition: opacity .3s linear;
        }
        
#screen2:hover {
    opacity: .4;

}  


#screen3 {
	position: absolute;
	display:block;
	left: 492px;
	top: 431px;
	width: 34px;
	height: 50px;
	background-color: rgb(0, 200, 245);
	opacity: 0;
    -webkit-transition: opacity .3s linear;
        }
        
#screen3:hover {
    opacity: .4;

}  

#screen4 {
	position: absolute;
	display:block;
	left: 534px;
	top: 431px;
	width: 34px;
	height: 50px;
	background-color: rgb(0, 200, 245);
	opacity: 0;
    -webkit-transition: opacity .3s linear;
        }
        
#screen4:hover {
    opacity: .4;

}  

#screen5 {
	position: absolute;
	display:block;
	left: 575px;
	top: 431px;
	width: 34px;
	height: 50px;
	background-color: rgb(0, 200, 245);
	opacity: 0;
    -webkit-transition: opacity .3s linear;
        }
        
#screen5:hover {
    opacity: .4;

} 

#apppaid {
	position: absolute;
	display:block;
	left: 411px;
	top: 526px;
	width: 247px;
	height: 38px;
            }

#appfree {
	position: absolute;
	display:block;
	left: 411px;
	top: 576px;
	width: 129px;
	height: 38px;
            }

#gootube {
	position: absolute;
	display:block;
	left: 548px;
	top: 576px;
	width: 38px;
	height: 38px;
            }


#spacebook {
	position: absolute;
	display:block;
	left: 587px;
	top: 576px;
	width: 38px;
	height: 38px;
            }


#footerText {
	text-align: left;
	position: absolute;
	width: 405px;
	height: auto;
	left: 130px;
	top: 665px;
	height: auto;
	font-family: Helvetica;
	font-size: 9pt;
	text-overflow: ellipsis;
	overflow: hidden;
	color: rgb(235, 235, 235);
}

