@media screen
{

    html {
		background: #a3f561 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: 480px;
	    margin: 0px auto;
    }
    
    #navholder {
	    width: 100%;
	    float: left;
	    
    }
    
    #navlogo
    {
       float: left;
       padding: 0px 0px 0px 20px;
    }
    
    #nav
    {
        float: right;
        width: 200px;
        margin: 0px 20px 0px auto;
        padding: 5px 0px;
        background: #000;
        text-align: center;
        font-size: 12px;
        font-family: helvetica, arial, sans-serif;
    }
    
    #nav a { 
        padding: 0px 5px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}
    #nav a:visited{
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}
	#nav a:hover{
		color: #ff3dd4;
	}
    
    #logo {
	    margin: 0px 0px;
    	padding: 0px 0px 0px 0px;
    	width: 100%;
    	height: 270px;
    	background-image: url(../images/logo.png);
        background-repeat: no-repeat;
        
        background-position: top center
    }
    
    .youtube
    {
        padding: 10px;
        background: #ffffff;
    }
    
    .screenshot
    {
        padding: 10px;
        background: #ffffff;
        margin: 10px 0px 10px 0px;
    }
    
    .title
    {
        margin: 25px 0px 5px 0px;
    }
    
    .badge 
    {
        border: 0px;
    }
    
    .badges 
    {
        width: 480px;
        text-align: right;
    }
    
    .content {
	    font-size: 16px;
        font-family: helvetica, arial, sans-serif;
        line-height: 1.3em;
    }
    
    .content a { 
		color: #ff3dd4;
		text-decoration: none;
		font-weight: bold;
	}
	.content a:visited{
		color: #ff3dd4;
		text-decoration: none;
		font-weight: bold;
	}
	.content a:hover{
		color: #FFF;
		background: #ff3dd4;
	}
    
}