* {
margin:0;
padding:0;
}
html, body {
	height: 100%; 
	margin: 0; 
	padding: 0;
}

body{
	
	background:url(newdes/main_bg.jpg) repeat-x 0% 0%;
	background-color:#82B64A;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#E6F0D5;
}

#wrapper {
	background:url(newdes/back.jpg) no-repeat 50% 0px;
	height:100%;
}

#all {
	position: relative; 
	height: 100%;
	width:766px;
	margin:0 auto;
}

html>body #all {
	height: auto; 
	min-height: 100%;
}    
  
.clear {
clear:both;
font-size:1px;
margin-top:-1px;
}  

#mainpic {
float:left;
width:323px;
height:519px;
background:url(newdes/main_pic.jpg);
}

#content{
float:left;
width:443px;
display:table;
}



.thumb{
padding:1px;
background-color:green;
border:1px solid white;
}


a{
color:white;
text-decoration:none;
font-family:georgia;
}

.marg20{
margin-left:30px;
}