body
{
background-color: black;
background-image: url("http://fifth-house.com/images/bGrad.png");
background-repeat: repeat-x;
margin: 0;
padding: 0;
}

.global
{
height: 800px;
width: 1015px;
position: relative;
display: block;
margin: 0 auto;
}

.container
{
width: 632px;
position: relative;
display: block;
margin: 0 auto;
}

.subContainer
{
position: absolute;
display: block;
height: 764px;
width: 570px;
padding-top: 0px;
padding-left: 20px;
background-image: url("http://www.fifth-house.com/images/composerComp2010.jpg");
background-repeat: no-repeat;
border: 2px solid gray;
}


.butSubContainer
{
padding-right: 15px;
width: 190px;
position: absolute;
top: 0;
left: 0;
}

.linkContainer
{
position: relative;
width: 210px;
margin: 0;
}

.home
{
width: 200px;
padding: 2px;
font: 10px gray Verdana, sans-serif;
}

.app
{
width: 190px;
padding: 2px;
font: 14px bold gray Verdana, sans-serif;
}

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

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

a:hover
{color: gray; font-weight: 500; font-variant: small-caps; text-decoration: none;}

a:active
{color: gray; font-weight: 500; font-variant: small-caps; text-decoration: none;}


a#email:link
{color: white; font-variant: small-caps; text-decoration: none;}

a#emal:visited
{color: white; font-variant: small-caps; text-decoration: none;}

a#email:hover
{color: blue; font-weight: 500; font-variant: small-caps; text-decoration: none;}

a#email:active
{color: blue; font-weight: 500; font-variant: small-caps; text-decoration: none;}

