﻿@charset"utf-8";

#whatsnew {
position:absolute;
top:160px;
left:136px;
width:224px;
height:320px;
background:url(../images/home-whatsnew.jpg);
}
#whatsnew dl {
width:176px;
height:256px;
margin:32px 24px 0 24px;
}
#whatsnew dl dt {
margin-bottom:4px;
padding-left:20px;
background:url(../images/listtype-10.png) no-repeat 0 0;
font-size:80%;
}
#whatsnew dl dd {
margin-bottom:1em;
font-size:80%;
line-height:1.2;
}
#whatsnew a {
text-decoration:underline;
}
#whatsnew p {
margin-right:24px;
font-size:12px;
text-align:right;
}

#info {
position:absolute;
top:160px;
left:400px;
width:368px;
height:96px;
background:url(../images/home-counter.jpg);
}
#info P#description {
margin:8px 16px 0 16px;
font-size:12px;
text-align:center;
}
#info P#counter {
margin:8px auto;
text-align:center;
}
#info P#update {
margin:0 24px;
font-size:12px;
text-align:center;
}

p#titleimage {
position:absolute;
top:264px;
left:360px;
width:400px;
height:464px;
}

#homefooter {
position:relative;
top:144px;
width:100%;
height:160px;
text-align:center;
border-top-width:1px;
border-top-style:solid;
border-color:#f4f6fc;
background:#10100f url(../images/home-footer-background.png) top center no-repeat;
}
#homefooter #copyright {
width:768px;
height:160px;
margin:0 auto;
}

#homefooter #copyright dl {
float:left;
width:200px;
margin-right:16px;
padding-top:24px;
}
#homefooter #copyright dt {
height:24px;
font-size:80%;
}
#homefooter #copyright dd {
height:48px;
}

#homefooter #copyright p {
clear:both;
margin-top:16px;
}




