@media screen
{

    html {
		background: #000000 url(../images/bgtile.gif) repeat-x ;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	
	body {
    	padding: 0px 0px 0px 0px;
    	margin: 0px 0px 0px 0px;
    	font-family: helvetica, arial, sans-serif;
    }
	
	#outer {
	    width: 100%;
	    padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }
	
	#main {
	    width: 800px;
	    margin: 0px auto;
    	padding: 0px 0px 0px 0px;
    }
    
  
    #nav {
        position: relative;
        text-decoration: none;
		font-size: 11px;
    }
    
    #nav a
    {
        position: absolute;
        
        top: 9px;
        right: 20px;
        
        color: #ccc;
    }
    
    #header {
        position: relative;
    }
    
    #header .youtube{
          position: absolute;
          right: 20px;
          top: 20px;
          background: #444;
          padding: 10px;
      }
	
	#content {
	    background: #FFF;
	    margin: 0px;
	    padding: 20px;
    }
    
    #content a { 
		color: #62b4da;
		text-decoration: none;
		font-weight: bold;
	}
	#content a:visited{
		color: #62b4da;
		text-decoration: none;
		font-weight: bold;
	}
	#content a:hover{
		color: #FFF;
		background: #62b4da;
	}
    
    #content h2 {
        font-size: 16px;
        line-height: 1.3em;
        margin: 0px;
        color: #777;
    }
    
    #content h3 {
        font-size: 16px;
        font-family: helvetica, arial, sans-serif;
        line-height: 1.3em;
        margin: 0px;
        color: #000;
    }
    
    img
    {
		border-width: 0px;
    }
    
    .introtable
    {
        margin: 0px 0px 30px 0px;
        width: 100%;
        text-align: left;
        
    }
    
    .introtable td
    {
        vertical-align: top;
    }
    
    .apptable
    {
        margin: 0px -20px 0px 0px;
        
    }
    
    .apptable td
    {
        width: 390px;
        margin: 50px 0px 0px 0px;
        text-align: left;
    }
    
    .apptable td hr
    {
        border: 0;
        color: #62b4da;
        background: #62b4da;
        height: 5px;
        width: 370px;
        text-align: left;
        margin: 0px auto 10px 0px;
        
    }
    
    
    .appholder
    {
        background: url(../images/iphone.jpg) no-repeat;
     	position: relative; 

     	width: 370px; 
     	height: 570px;
     	
     	margin: 15px 20px 0px 0px;
     	
    }

    

    .appholder .videoholder
    {
       position: absolute; 
      	left:24px;
 		top:85px;
    }

    .screenshot
    {
        position: absolute; 
        left:0px;
		top:0px; 
    }
    


    .icon
    {
        position: absolute;
        top:0px;
        right: 0px;
    }

    .buybutton
    {
        position: absolute;
        top:80px;
        right: 0px;
    }

    .play
    {
        position: absolute; 
        border-width: 0px;

    }
    
    .appholder .screenlink
    {
       border-width: 0px;
    }

    .appholder .screenlink .play
    {
        visibility: hidden;
        border-width: 0px;
    }
    .appholder .screenlink:hover .play
    {
        visibility: visible;
        border-width: 0px;
    }
    
    
	
}