/* CSS Document */

html,
body {
   margin:0;
   padding:0;
   height:100%;
   font: 11px Arial, Helvetica, sans-serif;
   color: #333333;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   padding:0px;
}
#body {
   padding:90px 10px 0 10px;
   padding-bottom:180px;   /* Height of the footer */
   width:800px;
   margin:0 auto;
}
#addwittz {
	background-image:url(http://www.addwittz.com/images/box_left_bg.gif);
	background-repeat:repeat-y;
	width: 223px;
	float:left;
}
#addwittz p {
	padding: 0 15px;
}
.bottom{

}
#right {
	width: 495px;
	float:right;
	margin-bottom: 20px;
}
#motionmill {
	width: 100%;
	background-image:url(http://www.addwittz.com/images/box_right_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:240px;
}
#splendid, #briskl, #controlled-focus {
	width: 100%;
	background-image:url(http://www.addwittz.com/images/box_right_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-top:15px;
	min-height:240px;
}
#briskl table, #motionmill table, #splendid table {
	margin: 15px;
	padding:5px;
}
.visit {
	color:#F24D17;
	font-weight:bold;
}
.visit a{
	text-decoration:underline;
	color:#F24D17;
}
.visit a:hover{
	text-decoration:underline;
	color:#333333;
}
#footer {
   /*position:absolute;*/
   bottom:0;
   width:100%;
   height:180px;   /* Height of the footer */
   background:#1F1F21;
}
.footerContainer {
	width:800px;
	margin:0 auto;
	padding:3px 0;
}
#footer img {
	float:right;
	
}
