body
{
margin:0px;
background-color:black;
}

#transtile
{
background-image:url(transtile.png);
background-repeat: repeat;
width:100%;
height:320px;
position:absolute;
margin-top:200px;

}

#bg
{
background-image:url('bg.jpg');
width: 1165px;
height: 1747px;
position:absolute;
left:50%;
margin-left: -582px;

}

#title
{
background-image:url('title.png');
width: 568px;
height: 69px;
position:absolute;
margin-top:30px;
right:150px;

}

#maincontainer
{
width: 1080px;
height:300px;
left:50%;
position:relative;
margin-left:-550px;
margin-top:20px;

}

#album
{
background-image:url('albums.png');
width: 317px;
height: 310px;
position:absolute;



}

#bigtext
{
font: 20px Georgia;
color:white;
position:absolute;
margin-left: 320px;

}

#bodytext
{
font: 14px Georgia;
width:470px;
color:white;
position:absolute;
margin-left: 320px;
margin-top:50px;

}



#formcontainer
{
padding-left:10px;
border-left-style: solid;
border-left-width: 1px;
border-left-color: gray;

width:300px;
height:250px;
font: 12px Georgia;
color: white;
right:0px;
position:absolute;

}

#birthcontainer
{
text-align:right;
font: 10px Arial;
right: 0;
}



#headertext
{
font: 30px Arial;
color:black;
font-weight: bold;
margin-left:10%;
margin-top:10px;
}

#checktext
{
font:10px Arial;
}


