
/*INITIAL SETUP*/
*
{
margin: 0;
}

html, body
{

background: #000;
height: 100%;

}

div
{
margin: 0;
}


#mainContainerSplash
{
position: relative;
top: 60px;
left: 0px;
width: 914px;
height: 480px;
background: #000;
margin-left: auto;
margin-right: auto;


}

#shopBtnDiv
{
position: relative;
left: 200px;
width: 222px;
height: 66px;
overflow: hidden;
background: url(../shopBtn.jpg) bottom left no-repeat; 
float: left;
cursor: pointer;

}

#shopBtnDiv:hover
{

background: url(../shopBtn.jpg) top left no-repeat; 
cursor: pointer;
}


#enterBtnDiv
{
position: relative;
left: 290px;
width: 221px;
height: 66px;
overflow: hidden;
background: url(../enterBtn.jpg) bottom left no-repeat; 
cursor: pointer;
}


#enterBtnDiv:hover
{

background: url(../enterBtn.jpg) top left no-repeat; 

}


/* LINKS */
p a:link
{
text-decoration: none;
font-style: italic;
color: #fff;
font-size: 10px;
background: none;
}

a:link
{
text-decoration: none;
}

a:visited
{
text-decoration: none;
color: #fff;
}

p a:hover
{
color: #fff;
text-decoration: underline;
}

a
{
outline: none;
}

img a
{
border: none;
}

/*****************************************************/
/*IMAGES*/
img
{
border: none;

}