.page{
margin-left: auto;
margin-right:auto;
width: 1000px;
background: url(http://mythicalmonstermuseum.com/images/background_center.jpg);
}

.header{
background: url(http://mythicalmonstermuseum.com/images/background_top.jpg);
height: 275px;
padding: 0px;
}

.footer {
background: url(http://mythicalmonstermuseum.com/images/background_bottom.jpg);
height: 290px;
}

body{
background-color: black;
}

.content{
padding-left: 150px;
padding-right: 150px;
color: white;
font-size: 14pt;
font-family: georgia, times;
margin-top: -180px;
}

.copy {
color: white;
font-size: 8pt;
padding-top: 10px;
}

.footer_text{
color: white;
font-size: 10pt;
padding-top: 10px;
padding-left: 150px;
padding-right: 150px;
}

p{
margin: 0px;
padding: 5px;
}

ul{
list-style-image: url(http://mythicalmonstermuseum.com/images/bullet.gif);
}

a{
color: red;
}

a:hover{
color: yellow;
}

a:visited{
color: red;
}

img {
position: relative;
}

h2{
color: #00ff00;
}

.warning{
font-weight: bold;
color: #ffcc00;
}

b{
color: #00ff00
}