.header
{ 
background: url('../images/header.gif');
}

.main
{
background: url('../images/main.gif');
}

.bottom
{
background: url('../images/bottom.gif');
}

.iframe
{
background: url('../images/iframe.gif');
background-repeat: no-repeat;
background-attachment: fixed;
}

.iframe2
{
background: url('../images/iframe2.gif');
background-repeat: no-repeat;
background-attachment: fixed;
}

.text
{
font-family:Arial, Helvetica, sans-serif;
color:#28387b;
background: url('../images/iframe.gif');
background-repeat: repeat;
background-attachment:scroll;
}

