body
{
background-color: #444444;
background-image: url('images/x2_bg2.jpg');
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}

h2
{
color: #fffddd;
font-size: 177%;
text-decoration: underline;
font-variant: small-caps;
position: center;
}

a
{
text-decoration: none;
color: orange;
font-variant: small-caps;
}

a:visited
{
text-decoration: none;
color: orange;
text-transfer: capitalize;
}

a:hover
{
background-color: #ffffff;
color: #222222;
}

div.solid_menu_back
{
border-style: solid;
border-width: 1;
border-color: black;
background-color: #fffddd;
opacity: .90;
position: absolute;
left: 40px;
top:60px;
}

div.menu
{
color: #fffddd;
border-style: solid;
border-width: 1;
border-color: #000000;
background-color: #222222;
opacity: .99;
padding: 10px 5px 5px 10px;
position: relative;
left: -8px;
top: -8px;
width: 225px;
}

div.solid_main_back
{
border-style: solid;
border-width: 1;
border-color: black;
background-color: #fffddd;
opacity: .90;
position: absolute;
left: 300px;
top:60px;
right: 30px;
}

div.solid_main
{
color: #fffddd;
border-style: solid;
border-width: 1;
border-color: #000000;
background-color: #222222;
opacity: .99;
padding: 10px 10px 10px 10px;
position: relative;
left: -8px;
top: -8px;
bottom: 40px;
}

p.solid_blog
{
border-style: solid;
border-width: 1;
border-color: #fffddd;
background-color: #333333;
padding: 10px 10px 10px 10px;
}

div.solid_main_back_screens
{
border-style: solid;
border-width: 1;
border-color: black;
background-color: #fffddd;
opacity: .90;
position: absolute;
left: 280px;
top:60px;
}


table.images
{
position: absolute;
left: 300px;
top: 50px;
right: 50px;
border: none;
color: #ffffff;
font-size: 150%;
text-decoration: underline;
height: 90%;
}

p.text
{
color: #ffffff;
border-style: solid;
border-width: 1;
border-color: black;
background-color: #222222;
padding: 10px 10px 10px 10px;
position: absolute;
left: 260px;
top: 30px;
right: 30px;
}



