* {
margin:0;padding:0
}

body {
background-color: #000000;
background-image: url(gradient/blackblue1.png);
background-repeat:repeat;
}

#mycontent {
position: relative;
width:975px;
margin-left:auto;
margin-right:auto;
} 

#menu {
position: absolute;
left: 110px;
top:  5px;
width: 975px;
}

#bigcontainer {
position: absolute;
left: 50px;
top: 430px;
width: 870px;
height: 667px;
background: #333333;
filter:alpha(opacity=40); 
opacity: .4;
border: 2px solid white;
}

#footer {
position: absolute;
left: 50px;
top: 1110px;
width: 870px;
}

#title {
position: absolute;
left: 52px;
top: 432px;
width: 700px;
}

a:link, a:visited
{text-decoration: none; color: #333333; }
a:hover
{text-decoration: underline; color: #333333;}

a.white:link, a.white:visited
{text-decoration:none; color: white; }
a.white:hover
{text-decoration: none; text-transform: uppercase; }

a.orange:hover
{text-decoration: underline; color: #ff9966;}