/*#Global#*/
BODY {
	background:url(../App_Themes/Rendamax/Images/bgSplash.gif) repeat-x;
	font-family:Trebuchet MS;
	font-size:12px;
	margin:0;
	padding:0;
	height: 100%;
}
#container {
    margin:auto;
    width:960px;
    background:url(../App_Themes/Rendamax/Images/bgSplash.jpg) no-repeat;
}
/*#Logo#*/
#logo {
    background:url(../App_Themes/Rendamax/Images/logoSplash.gif) repeat-x;
    height:263px;
    width:960px;
}
/*#Visual#*/
#visualSplash {
    text-align:center;
    width:960px;
    height:500px;
}
#visualSplash span.txt {
    display:block;
    font-size:22px;
    font-weight:bold;
    color:#FFF;
    margin-top:50px;
    margin-bottom:30px;
}
#visualSplash span.address {
    display:block;
    margin-top:100px;
}
#visualSplash a {
    margin-right:10px;
}