html { 
 overflow: -moz-scrollbars-vertical; 
 overflow-x: auto; 

}
.bgstyle {
background-color:#CCCCCC;
top:0px;
}
.Browser {
width: 100%;
height: 30px;
background: #AAAAAA;
position:relative;
top:0px;
}
.Adds {

width: 100%;
background: #AAAAAA;
position:relative;
text-align: center;
top:0px;
}
.SideImageL{
background-repeat:y-repeat;
background-image:url('Build/SideImagel.jpg');
width: 150px;
height:100%;
}
.SideImageR{
background-repeat:y-repeat;
background-image:url('Build/SideImager.jpg');
height:100%;
width: 150px;
}
.Button {
width: 100px;
height:30px;
color:#FFFFFF;
text-align: center;
font-weight: bold;
background-repeat:no-repeat;
background-image:url('Build/Button.jpg');
}
.GameTitle {
width: 100px;
color:#FFFFFF;
text-align: center;
font-weight: bold;
position:relative;
top:0;
background-repeat:repeat-x;
background-image:url('Build/Button.jpg');
}
.GameImage {
width: 100%;
height: 100%;
position:relative;
top:0;
background: #222222;
}
.PlayButton{
width: 100px;
height:30px;
color:#FFFFFF;
position:relative;
top:0;
text-align: center;
font-weight: bold;
background-repeat:no-repeat;
background-image:url('Build/Button.jpg');
}
.BoxTop{
text-align: center;
font-weight: bold;
position:relative;
top:0px;
background:#000000;
background-repeat:repeat-x;
background-image:url('Build/Box.jpg');
color:#FFFF00;
}
.BoxInside{
text-align: center;
color:#FFFFFF;
width: 100%;
background:#000000;
}
