#bgtoplogo {
	background:url('/war3style/backgrounds/bgtoplogo.png') no-repeat scroll center top;
        width:100%; height:450px; 
        position:relative;
}

#logobg {
	background:url('/war3style/backgrounds/logobg2.jpg') no-repeat scroll center top;
        width:100%; height:250px; 
        position:relative;
}

#botbg {
	background:url('/war3style/backgrounds/botbg.png') no-repeat scroll center bottom;
        width:100%;
        position:relative;
}

#botbg2 {
	background:url('/war3style/backgrounds/botbg2.jpg') no-repeat scroll center bottom;
        width:100%;
        position:relative;
}

#dragright {
        background: url(/war3style/backgrounds/Icedragonright.png) no-repeat scroll right top;
        width:100%;
        height:280px;
        position:relative;
}

#dragleft {
        background: url(/war3style/backgrounds/Icedragonleft.png) no-repeat scroll left top;
        width:100%;
        height:280px;
        position:relative;
        padding-top: 220px;
}

DIV.downloadlinkgreen {
        background-image: url(/war3style/backgrounds/sirclegreen.gif);
        background-repeat: no-repeat;
        background-position: center left;
        padding: 4px 4px 4px 16px;
        margin-left: 30px;
        font: bold 10pt Helvetica, Arial, Geneva, sans-serif;
}

DIV.downloadlinkyellow {
        background-image: url(/war3style/backgrounds/sircleyellow.gif);
        background-repeat: no-repeat;
        background-position: center left;
        padding: 4px 4px 4px 16px;
        margin-left: 30px;
        font: bold 10pt Helvetica, Arial, Geneva, sans-serif;
}

DIV.guideslink {
        background-image: url(/war3style/backgrounds/sircleblue.gif);
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: 16px;
        margin-left: 30px;
        font: bold 10pt Helvetica, Arial, Geneva, sans-serif;
}

DIV.copyrights {
        margin-bottom: 40px;
        font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.crown {
	padding-left: 22px;
	background-image: url(/war3style/misc/crown.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


