/*-General-----------------------------------------------*/
html,body
{
	margin:0px;
	padding:0px;
}

form
{
    display:inline;
    margin:0px;
    padding:0px;

}

a img
{
    border:none;
    margin:0px;
    padding:0px;
}

h1, h2, h3, h4, h5, h6, p, div
{
    margin:0px;
    padding:0px;
}

/*-Main-----------------------------------------------*/
#NeuroKode
{
    margin:0px 0px 0px 0px;
    padding:0px;
}
/*-UpperMenu-------------------------------------------*/
#UpperMenu {
    position:relative;
    margin:0px;
    padding:0px;
    height:28px;
    width:100%;
    text-align:right;
}

#UpperMenuCorner {
    position:absolute;
    top:0px;
    left:501px;
    width:41px;
    height:28px;
    margin:0px;
    padding:0px;
    text-align:left;
}

#UpperMenuContent
{
    position:relative;
    left:542px;
    height:21px;
    margin:0px;
    padding:0px;
    text-align:left;
}

#UpperMenuShadow
{
    position:relative;
    left:542px;
    height:6px;
}

/*-Seperator-------------------------------------------*/
#Seperator
{
    top:83px;
    width:100%;
    height:31px;
}

#Logo
{
    position:absolute;
    left:0px;
    top:0px;
    width:262px;
    height:79px;
    z-index:7;
}

#SeperatorGradiant
{
    position:absolute;
    left:262px;
    top:55px;
    width:470px;
    height:24px;
    margin:0px;
    padding:0px;
    z-index:7;   
}

#SeperatorSpacer
{
    position:absolute;
    top:55px;
    height:24px;
    width:100%;
    z-index:1;
}

#SeperatorShadow
{
    position:relative;
    top:51px;
    height:6;
    z-index:6;
}

#SeperatorCornerShadow
{
    position:absolute;
    top:79px;
    left:216px;
    height:6;
    width:6;
    z-index:8;
}
/*-LeftMenu-------------------------------------------*/
#LeftMenu
{
    position:absolute;
    top:79px;
    width:222px;
    height:100%;
    z-index:7;
}

#LeftMenuBlack
{
    position:absolute;
    width:216px;
    height:219px;
}

#LeftMenuRed
{
    position:absolute;
    top:363px;
    width:216px;
    height:100%;
    z-index:7
}

#LeftMenuShadow
{
    position:absolute;
    left:216px;
    width:6px;
    height:100%;
}

#ChessImage
{
    position:absolute;
    left:0px;
    top:219px;
    width:216px;
    height:144px;   
}

/*-Content-------------------------------------------*/

#OuterContent
{
    position: absolute;
    width:100%;
    height:100%;
}

#Content
{
    position:relative;
    margin-left:230;
    margin-top:32;
    margin-right:15;
}