@charset "utf-8";
/* CSS Document */

#homecontent {
position:relative;
padding:30px;
background-position:bottom right;
background-repeat:no-repeat;
min-height:300px;
height:450px;
}

#homecontent h2{
position:absolute;
left:10000px;
display:none;
z-index:5;
}

#homecontent a {
color:#271d87;
font-weight:bold;
}