
body{

    background-color:#000;
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;

    background-image:url("../img/bg.jpg");
    background-repeat:no-repeat;
    background-position:top center;

    margin-left:0px;
    margin-right:0px;
}

a:link {

    color:#fff;

}

a:visited {
    color:#ddd;
}

a:hover {

    color:#eee;

}

.stroke {

    background-image:url("../img/stroke.jpg");
    background-repeat:repeat-x;
    height:3px;
    position:relative;
    
}

.content {
    
    background-image:url("../img/centerbg.jpg");
    margin-top:50px;
    margin-left:0px;
    margin-right:0px;
    background-color:#000;
/*  border-style:dashed;
    border-width:1px;
    border-color:green;*/
}

.textandimages {
    
    color:#fff;
    width:700px;
    height:400px;
    margin-left:auto;
    margin-right:auto;
}

.title {
    
    width:700px;
    height:150px;
    /*background-image:url("../img/title.jpg");*/
    
    
}

.footer {

    height:160px;
    clear:both;
    text-align:center;
    
    background-color:#000;
    background-image:url("../img/footer.jpg");
    background-position:top center;
    background-repeat:no-repeat;
/*background-image:url("img/adylogo.jpg");
  background-repeat:no-repeat;
  background-position:bottom center;*/
    
/*  border-style:dashed;
    border-color:red;
    border-width:1px;*/
}

.images {

    
    width:260px;
    z-index: 9000;
    float:left;
    position:relative;
    top: -100px;

    /*border-style:dashed;
    border-color:yellow;
    border-width:1px;*/
}

.desc {


    width:310px;
    margin-left:130px;
    float:left;
    
    /*border-style:dashed;
    border-color:blue;
    border-width:1px;*/
    
}

.links{

    list-style-type:none;
    
}

.imglink {

   border:0px solid black;

}

.centered {
    
    text-align:center;
    
}

.adylogo {

    text-align:center;
    margin-top: 100px;

}

.scoreloopGameWidget{
    
}

