@charset "UTF-8";
/* CSS Document */


body {
	/*background-image:url(optimised2012/testbw2.png);*/
	background-repeat: repeat;
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	
}

li{
	display:inline;
}

img{
	border-style:none;
}



homer {
	text-align:center;
	width: 100%;
	height: 100%;
}

#texter{
	width:60%;
}

#textheavy{
	width:50%;
	text-align:left;
}

#menu{
	width:100%;
}

#content{
	width:100%;
}


/*classes*/
/*floats*/
.center {
  margin-left: auto;
  margin-right: auto;
  clear:both;
  text-align:center;
}
.right {
float: right;
}
.left {
   float: left;
   text-align:left;
}