html {
        padding:0px;
        margin:0px;
}

* {
         padding:0px;
         margin:0px;
}

body {
	//font-family: verdana, Arial, sans-serif;
	font-family: "Concert One", sans-serif;
	font-size: 10pt;
	//color:white;
	background-color:#3366cc;
}

   
#header {
    width:100%;
    height:100px;
}

#header h1 
{
    text-align:center;
    background-color:#000099;
    padding-bottom:15px;
    width:50%;
    margin: 0 auto;
    color:white;

}

#header h1 a 
{
    text-decoration:none;
    color:white;
}

#header a.header
{
   float:right;
   display:inline-block;
   color:white;
}

#header #game_list 
{
    text-align:center;    
    font-size:13pt;
}

#header #game_list a:link
{
    text-decoration:none;    
    color:white;
}

#header #game_list a:hover
{
    //text-decoration:none;    
    color:azure;
}

.gdc_ads {
    width:150px;
    height:400px;
    text-align:center;
    background: url("/images/corporate-capital-structure-hierarchy.png");
    background-size:contain;
    background-position:left;

    //background: url("/images/silver-surfer-wallpaper-idlewp-6.jpg");
    background-size:cover;
    background-position:top right;
   // position:fixed;

}

.gdc_ads_no_img {
    width:150px;
    height:400px;
    text-align:center;
}

#gdc_ads_left {
    margin-left:10px;
    float:left;
}

#gdc_ads_right {
    margin-right:10px;
    float:right;
}

#center_div
{
    margin:0 auto;
    width:75%;
    border:solid;
    border-color:black;
}

#default_game_container
{
    margin:0 auto;
    width:75%;
    height:650px;
    border-color:black;
    border:dashed;
    line-height:500px;
    text-align:center;
}

.sub_footer
{
    margin:0 auto;
    width:50%;
    padding:4px;
    border:inset;
    //border-color:white;
    color:azure; 
}

#sub_footer p
{
    text-align:center;
    //display:inline;
}

#footer
{
 margin: 0 auto;
}
