Page is a not externally linkable
BabyJai - 3:09 am on Mar 13, 2012 (gmt 0)
html, body {
height: 100%;
font-family: Tahoma, Arial;
font-size: 11px;
font-style: normal;
color: Silver;
}
#content {
width: 960px;
-moz-border-radius: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
background: #2e2e2e;
margin-left: auto;
margin-right: auto;
position: relative;
top: 60px;
padding: 5px;
-moz-box-shadow: 5px 5px 5px #2e2e2e;
-webkit-box-shadow: 5px 5px 5px #2e2e2e;
box-shadow: 5px 5px 5px #2e2e2e;
height: 100%;
}