body 
{ 
/* for background */

background-attachment: fixed;
background-color: black;
/*background-image: url("../backg/glowingP.jpg");*/
background-position: top center;
background-repeat: no-repeat;

/*for text*/

color: green; 
direction: ltr;
letter-spacing: normal;
text-align: center;
text-decoration: none;
text-indent: 20px;
text-shadow: black;
text-transform: none;
unicode-bidi: normal;
white-space: normal;
word-spacing: normal;

/* for font*/

font-family: "Verdana";
font-size: normal;
font-size-adjust: 0;
font-stretch: normal;
font-style: normal;
font-variant: normal;

/*margin stuff*/

margin-top: auto;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;

/* list stuff*/

list-style-image: none;
list-style-position: inside;
list-style-type: cjk-ideographic;
marker-offset: auto;


/*  */

}

table
{
/*border stuff*/
border-color: yellow;
border-style: none;
border-width: 0px;

/* padding stuff */

padding-bottom: 0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
}
/*link stuff*/
a
{
font-weight: bold;
font-size: small;
}
a:link {color: #2222FF; text-decoration: none;}     /* unvisited link */
a:visited {color: #5555FF; text-decoration: none;}  /* visited link */
a:hover {color: #FFFFFF; text-decoration: none;}   /* mouse over link */
a:active {color: #AAAAAA; text-decoration: none;}   /* selected link */

img
{
border-width: 0px;
}


img#back
{
align: center;
cursor: crosshair;
}


img#pic
{
/* Dimension stuff */

height: auto;
line-height: normal;
max-height: 240px;
max-width: 320px;
min-height: 0px;
min-width: 0px;
width: auto;

/*Classification stuff*/

clear: both;
display: block;
float: none;
position: relative;
visibility: visible;

cursor: wait;
/* possible cursors
url
auto
crosshair
default
pointer
move
e-resize
ne-resize
nw-resize
n-resize
se-resize
sw-resize
s-resize
w-resize
text
wait
help*/

/*positioning stuff*/

bottom: auto;
left: auto;
right: auto;
top: auto;
clip: rectangle;
overflow: auto;
position: static;
vertical-align: baseline;
z-index: auto; /*for stacking objects*/




}
img.centered
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p
{
text-align: center;
text-decoration: none;
text-indent: 20px;
text-shadow: black;
}

div
{
	overflow: hidden;
}
/*found header and footer fixed position info @http://limpid.nl/lab/css/fixed/header-and-footer*/
div#header
{
position:absolute;
  top:0;
  left:0;
  width:100%;
  height:155px;
}
div#footer
{
position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:100px;
}
div.column
{
position: absolute;
width: 10%;
top:156px;
overflow-y: hidden;
text-indent: 0px;
text-align: left;
}
div#leftCol
{
left: 0;
}
div#rightCol
{
right: 0;
}
div#contentPane
{
position: absolute;
top: 156px;
left: 10%;
right: 0%;
bottom: 130px;
width:90%;
height:100%-260px;
overflow: auto;
overflow-x: hidden;
}
 
 
 .center
 {
	display: block;
    margin-left: auto;
    margin-right: auto;
 }
 @media screen{
  body>div#header{    position:fixed;    }
  body>div.column{    position:fixed;    }
