/* LAYOUT PAGES

splash.html

*/

#splashcontainer
{
position: absolute;
top: 80px;
left: 50px;
width: 668px;
height: 284px;
background-image: url(splashbackground.gif);
background-position: 0px 0px;
border-style: solid;
border-color: #ccc;
border-width: 0px;
color: #fff;
}
.logo1
{
position:absolute;
top:134px;
left:560px;
width:73px;
height:65px;
}
.logo2
{
position:absolute;
top:205px;
left:560px;
width:73px;
height:63px;
}
.copy1
{
position:absolute;
top:140px;
left:27px;
width:73px;
height:65px;
}
.copy2
{
position:absolute;
top:209px;
left:27px;
width:73px;
height:63px;
}
.image
{
position:absolute;
top:28px;
left:36px;
width:100px;
height:63px;
}
