<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Test</title>
<style type="text/css">
body {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
background-color:#005ed0;
font-size:12px;
}
a:link {
color: #72CEFF;
text-decoration:none;
}
a:visited {
color: #72CEFF;
text-decoration:none;
}
a:hover {
color: #FFFFFF;
text-decoration:none;
}
#PageBody {
width:1000px;
height:auto;
background-color:#005ed0;
/*border: black solid 2px;*/
margin:auto auto;
text-align:center;
}
#centerDiv {
width:895px;
height:auto;
/*border: red solid 2px; */
text-align: center;
margin: auto auto;
}
#FooterDiv {
/*border: red solid 2px;*/
width:895px;
color:#72CEFF;
text-align:center;
margin: auto auto;
position:relative;
top:20px;
}
#Logo {
/*text-align:center;*/
left:0px;
width:100%;
}
#MenuBar {
margin-top:10px;
margin-bottom:4px;
padding-top:5px;
padding-bottom:5px;
border-bottom:#FFFFFF dotted thin;
border-top:#FFFFFF dotted thin;
text-align:left;
color:#FFFFFF
}
#WorkArea {
float: left;
width:98%;
height:auto;
border: red solid 2px;
text-align:center;
margin:auto auto;
}
#TextHeading {
font-size:16pt;
}
#TextSubHeading {
font-size:12pt;
}
.Stats {
height:auto;
border: red solid 2px;
text-align:left;
overflow:400px;
}
#BodyArea {
float: left;
border: purple solid 2px;
background-image:url(images/BodyBGTemplate.jpg);
background-repeat:repeat-y;
width:100%;
height:auto;
padding:0px;
margin:0px;
top:10px;
left:0px;
position:relative;
color:#FFFFFF;
}
#BodyAreaFooter {
/*border: orange solid 2px;*/
height:10px;
width:100%;
background-image:url(images/BodyBGTemplateFooter.jpg);
}
#BodyTextRight {
/*background-color:#00FFCC;*/
width:280px;
height:91%;
top:15px;
position:absolute;
left:590px;
line-height:40px;
text-align:left;
font-size:16px;
/*border: orange solid 2px;*/
border-left:#FFFFFF dotted medium;
padding-left:15px;
}
.StationStatus {
/*border: orange solid 2px;*/
text-align:left;
}
div.wrapper {
width: 860px;
position: relative;
position: relative;
margin: 10px;
color:#000000;
}
div.left {
width: 200px;
background-color:#FFFFFF;
position: relative;
float: left;
}
div.right {
width: 660px;
background-color:#FFFFFF;
position: relative;
float: right;
color:#005ed0;
}
div.menuitem {
width:191px;
background-color:#999999;
height:20px;
margin-top: 4px;
margin-bottom: 4px;
margin-left: 4px;
}
div.rightbody {
border: orange solid 2px;
width:640px;
margin:auto auto;
text-align:center;
min-height:200px;
}
</style>
</head>
<body >
<div id="PageBody">
<div id="centerDiv">
<div id="Logo"><img src="images/Logo.jpg" /></div>
<div id="MenuBar"><a href="index.php">Home</a> ? Item 2 ?</div>
<div id="BodyArea">
<div id="WorkArea"><span id="TextHeading">User Home</span>Welcome <b></b>
<div class="wrapper">
<div class="left">
<div class="menuitem"><a href="userhome.php">Server Status</a></div>
<div class="menuitem"><a href="userhome.php?a=TextStats">Text Stats</a></div>
<div class="menuitem"><a href="userhome.php?a=GraphicalStats">GraphicalStats</a></div>
</div>
<div class="right">
<div class="rightbody">
<div class=Stats>
<pre>
hsjhjhdjhsdf
sdfsdfsdfsdf
sdfjsdfjlskdflfjlksdjflsdjkf
sdfsdfslflskjflsdfjdklf
sflsdfjlsdjflskdf
ruwerouoirtuert
dfgjdgljdflgkjdfklg
dgjldfgjldfgkldfgjdlg
gfdjgldfjglkfdgldfkg
gjldjgkldklgjdlfkgjfdjkl
dgjdflgjdflgkjdflj
</pre>
</div>
</div>
</div>
</div>
</div><!--body area-->
<div id="BodyAreaFooter"> </div>
</div>
</div>