html, body {
    height:100%;
}

.CBody {
    background: #000000 url(https://www.acedev.net/img/bg.jpg) repeat-y scroll center top;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin:0 auto;
}

.CBody a {
	color:#0074d7;
}

.CBody a:hover {
    color: #6842dd;
    text-shadow: 0px 0px 13px #6b1ad6;
}

#container {
    background-color: #ffffff;
    height: 100%;
    display:block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 960px;
    vetical-align:top;
    clear:both;
    min-height:100%;
    box-shadow:0 0 18px rgba(0, 0, 0, 1);
    -webkit-box-shadow:0 0 18px rgba(0, 0, 0, 1);
	-moz-box-shadow:0 0 18px rgba(0, 0, 0, 1);
}

#pagecontainer
{
    position:absolute;
    background-color:#ffffff;
    top:116px;
    height:auto;
    left:0;
    z-index:102;
    width:100%;
	margin-top:40px;
}

#pagecontent
{
    margin-top:10px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
}

#logocontainer {
    position:absolute;
    top:0;
    left:0;
    margin:0 auto;
    width:960px;
    height:115px;
    background:transparent url(https://www.acedev.net/img/banner.jpg); ?>") no-repeat scroll center top;
    z-index:103;
    border:0;
}

#menuspancontainer {
    position:absolute;
    margin:0 auto;
    left:0;
    width:100%;
    z-index:105;
    bottom:-20px;
}

#menucontainer
{
    border:1px solid #414c67;
    float:right;
    display: inline-block;
    box-shadow:0 0 12px rgba(0, 0, 0, 1);
    -webkit-box-shadow:0 0 12px rgba(0, 0, 0, 1);
	-moz-box-shadow:0 0 12px rgba(0, 0, 0, 1);
	z-index:110px;
}

#headercontainer {
    position:relative;
    height:115px;
    width:100%;
}

.CTopMenu_Item
{
    position:relative;
    width:119px;
    height:34px;
    background-color:#000000;
    border:0px;
    float:right;
    cursor:pointer;
    color:#bbbbbb;
}

.CTopMenu_Item:hover
{
    position:relative;
    width:119px;
    height:34px;
    background-color:#404040;
    float:right;
    cursor:hand;
    color:#ffffff;
}

.CTopMenu_Item_Text
{
    position:absolute;
    margin-bottom:8px;
    width:100%;
    text-align:center;
    bottom:0;
}

.CTags
{
    font-size:1px;
    color:#ffffff00;
}

.CNormal {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.CDownloadCount {
	font-size: 12px;
	margin-top:7px;
	display:block;
}
