/* 
    Document   : base
    Created on : 16-May-2013, 10:18:03: 
    Author :    Tom.Lee
    Description:
    Stylesheet for base
*/
/*
body, div, html {
    margin: 0px;
    padding: 0px;
}
html, textarea {
    font-family: Arial, sans-serif;
    font-size: 12px;
}
html{
    background: #91add4 ;
}
#wrapper1{
    background: #ffffff;
    height:100px;
    width: 100%;
    position: relative;
    border-bottom: 10px solid #FFFFFF; 

}
#wrapper1 div{
    background: #ffffff;
    height: 100px;
    width: 512px;
    margin: 0px auto;
    text-align: center;
}

#wrapper1 div a, div h1{
    font-size: 0.85em;
}

#wrapper1 div img{
    padding-top: 10px;  
    height: 50px;
}

#wrapper2{
    height: 450px;
    position: relative;
    padding-top: 10px;
}    
#playerWrapper{
    background: url('../img/mobpage.png') no-repeat center bottom;
    padding-bottom: 180px;
}

#wrapper2 div{
    width: 512px;
    margin: 0px auto;
}

h1, a{
    color: #424242;
    text-align: center;
    font-size: 20px;
    margin: 0px;
    text-decoration: none;
    font-weight: normal;
}

#Player{
    box-shadow: 5px 5px 5px #333333;
    
}
*/

@media only screen and (max-width: 800px) { 
    footer {
    	position: relative;
    }
}
@media only screen and (max-width: 420px) { 
    html {
    	padding: 0;
    	height: auto;
    }
    #wrapper1 div img {
        width: 80%;
    }
    footer h1, footer a {
        font-size: 14px;
    }
}