body{
margin: 0;
padding: 0 0 0 0;
overflow: hidden;
height: 90%; 
max-height: 90%;
z-index:0;
}

#logo{
position: relative;
top: -20px; 
left: 5px; 
width: 99px;
height: 101px;
z-index:101;
}

html>body #logo
{
	position: fixed;
}

#framecontentLeft{
position: absolute;
top: 40px; 
left: 0px; 
width: 100px;
height: 100%;
background-image: url('http://wiissusar001002/dashboard/images/motoleft.gif');
z-index:1;
}
html>body #framecontentLeft
{
	position: fixed;
}
#framecontentTop{ 
position: absolute;
top: 0px; 
left: 0px;
right: 0;
width: auto;
height: 54px;
padding: 0px;
margin: 0px;
background-image: url('http://wiissusar001002/dashboard/images/motoheader.gif');
background-repeat: no-repeat;
color: white;
z-index:100;
}
html>body #framecontentTop
{
	position: fixed;
}

#maincontent{
position: absolute; 
left: 100px;
top: 43px;
height: 90%;
width: 90%;
background: #fff;
z-index:0;
}

#Buttons{
position: absolute;
top: 0px; 
left: 0px;
right: 0;
width: auto;
height: 54px;
padding: 0px;
margin: 0px;
z-index:999;
}

.innertube{
margin: 15px;
}

* html body{ /*IE6 hack*/
padding: 0px 0 0 0px;
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}
