html{ overflow: -moz-scrollbars-vertical; }

body{
background: #525C91 url(../img/bg.jpg) no-repeat scroll top center;
}

html, body{
margin:0;
padding:0;
border:0;
}


#nav{ margin-top:0;
padding-top:0;
}

#nav td{
	text-align: center;
}

td#content{
	padding-left:10px;
}

#globalwarming{

height: 500px;
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
}

.mceContentBody { background-image: none; background-color: #002a53; color: #ccc; } /*TinyMCE*/
.mceContentBody a:link, .mceContentBody a:visited   { color: #fff !important;    text-decoration: underline; } /* FF requires a important here */
.mceContentBody a:hover, .mceContentBody a:active   { color: #99d9e8 !important; text-decoration: none; } /* FF requires a important here */