#splash{
text-align:center;
}
#welcome_images{
text-align:center;
position:relative;
margin:1em auto 0em;
width:591px;
}
.mobile #welcome_images{
display:none;
}
#welcome_images #photo{
position:absolute;
top:17px;
left:0px;
}
#welcome_text{
display:none;
}
.mobile #welcome_text{
display:block;
}
.mobile #welcome_text strong{
color:#900;
font-size:1.5em;
}
#contact_info{
margin:auto;
text-align:center;
width:591px;
}
.mobile #contact_info{
width:auto;
}
#splash_name{
margin:.25em;
font-size:1.5em;
color:#900;
}
#splash_address,
#splash_phone{
margin:0em 3em 1em;
}
#splash_address{
float:left;
}
#splash_phone{
float:right;
}
.mobile #splash_address,
.mobile #splash_phone{
margin:auto;
float:none;
}