/*--------------------------------------*\
|*  Invitationtolope.be Main CSS        *|
|*  (c) 2009 Invitation to Lope         *|
\*--------------------------------------*/
 
html, body {
	margin:0px;
	padding:0px;
	background-color:#666;
}
.site {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/design/bg.png);
	background-repeat:repeat;
}
.banner {
	width:900px;
	height:75px;
}
.midden {
	height:auto;
	min-height:525px;
	overflow:auto;
	float:left;
	background-image:url(../images/design/blue.png);
	background-repeat:repeat;
	width:900px;
}
.home {
	width:900px;
	height:500px;
	background-image:url(../images/design/home.png);
	background-repeat:no-repeat;
}
.horsescontent{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
	width:880px;
	height:auto;
	min-height:500px;
	overflow:auto;
	float:left;
	background-image:url(../images/design/blue.png);
	background-repeat:repeat;
}
.content{
	padding-left: 49px;
	padding-right: 49px;
	padding-top: 5px;
	width:802px;
	height:auto;
	min-height:500px;
	overflow:auto;
	float:left;
	background-image:url(../images/design/blue.png);
	background-repeat:repeat;
}
