@font-face {
    font-family: 'TwinkleStarROBRegular';
    src: url('twinklestarrob.eot');
    src: url('twinklestarrob.eot?#iefix') format('embedded-opentype'),
         url('twinklestarrob.woff') format('woff'),
         url('twinklestarrob.ttf') format('truetype'),
         url('twinklestarrob.svg#TwinkleStarROBRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
    height:100%;
    margin:0;
    padding:0;
}

body {
    background-image: url('../images/Splash_gradiant.jpg') !important;
    background-repeat:repeat-x !important;
    display: block;
    font-family:"Calibri", Georgia, Serif;
    text-align: justify;
    font-size:9pt;
    height: 100%;
    text-align: center;
}

a:link, a:visited, a:active {
    text-decoration: none;
}

#splash_main-div {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    text-align: left;
    width: 1024px;
}

/* Backgrounds */

#Button-enter a {
    background-image: url('../images/Splash_button.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    bottom: -5px;
    display: block;
    height: 26px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 25px;
    width: 157px;
}

#Button-enter a {
    background-position: 0px 0px;
}

#Button-enter a:hover {
    background-position: 0px -26px;
}


/* New site page CSS */
#Splash-main
{
	background-image: url('../images/Splash_banner.png');
    background-repeat: no-repeat;
	width: 1023px;
	float:left;
	position: relative;
}

#Splash-content
{
	background-image: url('../images/Splash_page.png');
	background-position: 0px 328px;
    background-repeat: no-repeat;
    float:left;
    height: 826px;
	width: 682px;
}

#Splash-text
{
	font-size: 13px;
	margin-left: 65px;
	margin-top: 200px;
}

#Splash-text h1
{
	font-family: 'MV Boli', 'Calibri' !important;
	font-size: 26px !important;
}

#Splash-text p
{
	padding-bottom: 8px;
	padding-top: 8px;
}

#Splash-text ul
{
	padding-left: 30px;
	list-style-type:circle
}

#Splash-text ul li
{
	padding-bottom: 3px;
}

#Splash-div-buttons
{
	height:100%;
	float:right;
	margin-top: 292px;
	width: 341px;
}

#Splash-div-buttons div
{
	margin-left: 20px;
	margin-top: 8px;
	width: 282px;
}

#Splash-div-buttons div a
{
	background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
    height: 102px;
    width: 282px;
}

#Splash-div-buttons div a:hover
{
	background-position: -282px 0px;
}

#Splash-btn1 a {
	background-image: url('../images/Splash_btn1.png');
	height: 173px !important;
    width: 282px;
}

#Splash-btn2 a {
	background-image: url('../images/Splash_btn2.png');
}

#Splash-btn3 a {
	background-image: url('../images/Splash_btn3.png');
}

#Splash-btn4 a {
	background-image: url('../images/Splash_btn4.png');
}