html, body {height: 100%;}

img{border:none;
}

body{
margin: 0;
font-family: Helvetica, Georgia, Sans-serif;
font-size: 12px;
text-align: left;
color: #ffffff;
background: url('/trashcanman/images/bgy2.jpg');
}

#header {
  height: 50px;
  float: right;
  margin-top: 20px;
}

#logo {
float: left;
}

#wrap {
  margin: 0 auto 0 auto;
  width: 780px;
  text-align: left;
  min-height: 100%;
}

#main {overflow:hidden;
	height:auto;
	padding-bottom: 35px;
	padding-top: 20px;
	}  /* must be same height as the footer */

#container {
width: auto;
height: 110px;
}

#clear {
clear: both;
}


#content {
  top: 100px;
  width: 530px;
  float: left;
  overflow: hidden;
  min-height: 800px;
  background: #8805a8;
  background-image: url(/trashcanman/images/box.png), url(/trashcanman/images/box-down.png), url(/trashcanman/images/sides-main.png); ;
  background-repeat: no-repeat, no-repeat, repeat;
  background-position:top, bottom, top;
  -o-background-size:100% 400px;            /*   Opera  */ 
  -webkit-background-size: 100% 400px;    /*  Safari  */
  -khtml-background-size:100% 400px;       /*  Konqueror  */
  -moz-background-size:100% 400px;  
}

#info {
   font-size: 16px; font-family: Palatino;
   margin: 30px; 
   float: left;
   overflow: hidden;
}

#rightBar {
  top: 100px;
  float: right; 
  width: 190px;
  min-height: 800px;
  background: #8805a8;
  background-image: url(/trashcanman/images/box.png), url(/trashcanman/images/box-down.png), url(/trashcanman/images/sides-main.png); ;
  background-repeat: no-repeat, no-repeat, repeat;
  background-position:top, bottom, top;
  -o-background-size:100% 30%;             /*  Opera  */
  -webkit-background-size:100% 30%;        /*  Safari  */
  -khtml-background-size:100% 30%;         /*  Konqueror  */
  -moz-background-size:100% 30%;      
}

#info-right {
   font-size: 16px; font-family: Palatino; text-align: left; color: #ffffff;
	float: left;
   margin: 20px; 
   width: 80%;
}


#footer {position: relative;
	margin-top: -5px; /* negative value of footer height */
	height: 3px;
	clear: both;
	color: #000;
	font-size: 10px; font-family: Arial; text-align: left;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float: left;
	width:0;
	margin-top:-32767px;/
}

a:link {color:#00FF00;}   
a:visited {color:#00FF00;}
a:hover {color:#CCBFBF;}  
a:active {color:#0000FF;}  
