/* Start of CMSMS style sheet 'startpage' */
*|*:-moz-any-link:focus {
	outline: none;
}

html, body {
height:100%;
}

*{
margin:0;
padding:0;
font-family:lucida sans unicode, lucida grande, trebuchet ms, sans-serif;
}

div#wrapper{
margin:0 auto;
height:100%;
}

div#wrapper .swapimages{
float:left;
display:block;
height:33.3%;
width:33.3%;
}

div#wrapper a img {
height: 0;
width: 0;
border-width: 0;
}

div#wrapper a:hover img {
z-index:2;
position: absolute;
top: 50%;
left: 50%;
height: 393px;
width: 895px;
margin-left:-447px;
margin-top:-196px;
}

div#image_default{
z-index:1;
background: url(uploads/images/start_page/home_05.jpg) no-repeat;
position: absolute;
top: 50%;
left: 50%;
height: 393px;
width: 895px;
margin-left:-447px;
margin-top:-196px;
}

div#copyright{
z-index:-1;
position: absolute; 
bottom:0;
margin-bottom:50px;
color:#cdcdcd;
float:left;
font-size:9px;
text-align:center;
width:100%;
}
/* End of 'startpage' */

