﻿/* CSS-Layout */
#left_col {
	width: 100px;
	position: relative;
	left: 0px;
	top: 0px;
	position:relative
	
}

#right_col {
	width: 100px;
	position:relative
	top: 0px;
	right: 0px;
}

#page_content {
	margin-right: 100px;
	margin-left: 100px;
	background:url('http://www.zweieinhalb.com/bgcolor.jpg')
		
	


}

	
#container {
	position: relative;
	width: 100%;
	
}
body { overflow: hidden; }



#site{
width:616px;
height:750px;
padding:25px 75px 0 75px;
background-position:top left;
background-repeat:no-repeat


}

html{
width:100%;
height:100%;
position:relative

