body {background: #fff;}

#canvas {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: 100%;
}
    body > #canvas {height: auto;}

#page-wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: absolute;
}

#logo {
	position: absolute;
	z-index: 1;
	display: block;
}

#arrangement {
	position: relative; 
	width: 100%;
}
	#ar-main,
	#ar-left,
	#ar-right {
		position: relative; 
		left: 100%;
		float: left; 
	}
        #ar-main {
    		width: 100%;
    		margin-left: -100%;
    	}

	#ar-left {width: 200px; margin-left: -100%;}
	#ar-right {width: 200px; margin-left: -200px;}

a,
a:visited {text-decoration: underline;}

a:hover,
a:focus,
a:active {text-decoration: none;}

button, .button {cursor: pointer;}
a.button {text-decoration: none;}

body, button.button, input.button, button {font-family: 'Arial CE', Arial, 'Verdana  CE', Verdana, 'Helvetica CE', Helvetica, sans-serif;}

/* External link */
#ar-main .link-external {
   /*    padding-right: 20px;
 background: url('../images/layout/link-external.gif') 100% 3px no-repeat; */
}