body {
background-color: #373737;
color: #FFFFFF;
margin: 0;
padding: 0;
font-family: Verdana;
background-image: url(http://www.anim5.com/backgnd.jpg);
background-repeat: repeat;
background-attachment: fixed;
}
/*
.both {
background-image: url(http://www.anim5.com/backgnd.jpg); 
background-repeat: repeat;
background-attachment: fixed;
}
*/
#nightmare{
position: center;
width:80%;
font-size:12px;
margin-top:20px;
margin-left: 40px;
padding-top:5px;
padding-left:20px;
padding-right:20px;
padding-bottom:10px;
background-color: #CCCCCC;
color: #000000;
border-top: 3px solid #666666;
border-bottom: 3px solid #FFFFFF;
border-left: 3px solid #666666;
border-right: 3px solid #FFFFFF;
filter: alpha(opacity=70);
}
/*
#nightmare{
position: relative;
width:80%;
margin-top:20px;
margin-left: 40px;
padding-top:5px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
background-color: #CCCCCC;
color: #000000;
}

#b1_topLeft, #b1_bottomRight, #b1_bottomLeft, #b1_topRight{
background-color: #373737;
width: 20px;
height: 20px;
position: absolute;
}

#b1_topLeft{
top: 0;
left: 0;
background-image: url("topLeft.gif");
}
#b1_bottomLeft{
bottom: 0;
left: 0;
background-image: url("bottomLeft.gif");
}
#b1_bottomRight{
bottom: 0;
right: 0;
background-image: url("bottomRight.gif");
}
#b1_topRight{
top: 0;
right: 0;
background-image: url("topRight.gif");
}
*/
