@import url('monaco.css');
*{

}

.container{
flex-direction: column;
width: 638px;
height: 687px;
border: 0px;
padding: 0px;
margin:auto;

}

.header{
flex-direction: column;
width: 435px;
height: 74px;
border: 0px;
background-image: url('layout/phl.gif');
background-position:center;
background-repeat: no-repeat;
position:relative;
}

.bbox{
display: inline-block;
align-items: center;
justify-content: center;
width: 435px;
height: 25px;
border: 0px;
box-sizing: border-box;
text-align:center;
position:relative;

}

.side{
align-items: center;
justify-content: center;
position:relative;
margin-left:auto;
margin-right:auto;
margin-top: 2.8%;
float: right;
width: 200px;
height: 340px;
border: 0px;
background-image: url('layout/side2.gif');
background-position:center;
background-repeat: no-repeat;



}

.main{
flex-direction: column;
width: 435px;
height: 562px;
border: 0px;
padding: 5px;
box-sizing: border-box; 
position:relative;
overflow: scroll;
overflow-x: hidden;
font-size:18px; 
letter-spacing: .09em;
line-height: .9em;
font-family: 'monaco', Verdana;
background-image: url('layout/lout2.gif');
background-position:center;
background-repeat: no-repeat;


}
.content{
flex-direction: column;
width: 100%;
height: 99%;
border: 0px;
padding: 5px;
margin:auto;
box-sizing: border-box; 
position:relative;
overflow: scroll;
overflow-x: hidden;
font-size:18px; 
letter-spacing: .09em;
line-height: .9em;
font-family: 'monaco', Verdana;


}

.iframe {
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    
}
.iframe2 {
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
background-color: #ffdac9;

    
}	

.bottomimg{
width: 425px;
height: 120px;
border: 0px;
position: absolute;
background-image: url('layout/newtest.gif');
margin-left:5px;
margin-top:-125px;
align-items: center;
justify-content: center;	


}

.hitcounter{
margin-top:5px;
position:relative;
}


.button {
width: 68px;
height: 18px;
border: none;
text-align: center;
display: inline-block;
text-decoration: none;
font-size:17px;
vertical-align: middle;
letter-spacing: .07em;
line-height:12px;
font-family: 'monaco', Verdana;
color:#fbece5;
background-image: url('layout/nb.gif');

}

body{
background-color: #ffdac9;
color: #fbece5;
font-size:18px; 
letter-spacing: .09em;
line-height: .9em;
font-family: 'monaco', Verdana;

}


a:link {
color:#96beb1; 
font-family:'monaco', Verdana; 
font-size:18px; 
letter-spacing: .09em;
line-height: .9em;
font-weight:bold; 
text-decoration:none
}
a:visited {
color:#96beb1; 
font-family:'monaco', Verdana;
font-size:18px; 
letter-spacing: .09em;
line-height: .9em;
font-weight:bold; 
text-decoration:none;
}
a:active {
color:#96beb1; 
font-family:'monaco', Verdana; 
font-size:18px; 
letter-spacing: .09em;
line-height: .9em;
font-weight:bold; 
text-decoration:none
}
a:hover {
color:#96beb1; 
font-family:'monaco', Verdana;
font-size:18px; 
letter-spacing: .09em;
line-height: .9em;
font-weight:bold; 
text-decoration: none; 
position:relative; 
left:1.5px; 
top:1.5px;
}
	