html, body{
    height: 100%;
    overflow: hidden;
}

body
{
	text-align: center;
    background-image: url('img/bg_texture.png');
    padding-bottom: 50px;
}

div#container
{
    margin-left: auto;
    margin-right: auto;
    min-width: 310px;
    max-width: 450px;
	width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 15px;
    color: white;
    font-family: "Myriad Pro", "Arial", "sans-serif";
}

div#container .title{
    margin-top: 15px;
}
div#container .picContainer{
    margin-left: auto;
    margin-right: auto;
    width:  97%;
    height: 99%;  
    min-height: 380px;
    min-width: 285px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: black;
    background-image: url('img/garrett_cropped.png');
    background-repeat: no-repeat;
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*
div#container .garretPic{
    width:95%;
    z-index: 0; 
    height:95%;
    min-height: 335px;
    min-width: 280px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: black;
    padding: 5px;
}
*/
div#container  .blueBorder{
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #0071BC;
    margin-left: auto;
    margin-right: auto;
    width:  100%;
    height: 70%;
    min-height: 395px;
    min-width: 310px;    
    -moz-border-radius: 15px;
    border-radius: 15px;
}

div#container  .whiteBorder{
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    width:  97%;
    height: 99%;
    min-height: 385px;
    min-width: 300px;    
    -moz-border-radius: 15px;
    border-radius: 15px;
}

div#container  .rules{
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    min-width: 270px;
    text-align: left;
    padding-top: 33px;
}

div#container  h1{
    padding-bottom: 15px;
    text-align: center;
    font-size: 24px;
}

div#container ol{
    color: white;
}

div#container li{
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 9px;
    list-style: decimal inside none;
    font-size: 14px;
}
div#container p {
    font-size: 12px;
    padding: 20px;
}
div#container .tribute {
    border-radius: 10px;
    background-color: #333;
}
a:link,a:visited ,a:hover ,a:active{ color: #00d9dc;}
