#logo
{
    clear:both;
    text-align:right;
}
#siteWrapper{
    
    background-image:url('../images/background-image.jpg');
    background-repeat:no-repeat;
    background-position:top;
}
#copyBox
{
    background-image:url('../images/background-copy.jpg');
    background-repeat:no-repeat;
    background-position:top left;
    padding:0;
}
#buttonBox
{
    background-image:url('../images/background-button.jpg');
    background-repeat:no-repeat;
    background-position:top;
    padding:2px 0px 8px 11px;
}
#copyBox p
{
	padding: 10px 0px 20px 30px;
	width:390px;
	margin:0px;
}
#buttonBox img
{
    border:0px;
}
#buttonBox .textLink
{
    clear:both;
    display:block;
    text-decoration:none;
    font-weight:bold;
    color:#000000;
    font-size:0.82em;
    padding-left:3px;
}