body
{
    background : url(../images/background.png) repeat-x top left;
    margin : 0;
    padding : 0; 
    font-family : Trebuchet ms, Verdana, Century Gothic, Arial;
    font-size : 13px;
	color : gray;
	background-color : #896054;
}

div#dropin
{
	position:absolute;
	visibility:hidden;
	height:301px;
	top:300px;
	width:300px; 
	margin : 87px 0 0 400px; 
	z-index : 100; 
	border : 0px solid red;
    background : url(http://www.chambre69.com/ecard2008/mes-voeux.gif) repeat-x top left;
}

a {
text-decoration: none;
color: #D64F8C;
}
a:hover {
text-decoration: underline;
color: #D64F8C;
}

div.spacer {
    clear : both;
	line-height : 1px;
}

div#allcontent
{
	width: 1000px;
	margin: 0 auto 0 auto;
    border : 0px solid green;
}

div#header
{
    width : 1000px;
    margin-top : 0px;
    border : 0px solid green;
}
div#topLogo
{
    padding-top : 5px;
    margin-left: auto;
    margin-right: auto;
    text-align : center;
}

div#columns
{
    width: 1000px;
    clear : both;
    margin-top : 20px;
}

div#maincolumn
{
	border : 0px solid red;
	float: left;
    width : 650px;
    
}
div#maincolumn td
{

}
div#maincolumnfull
{
	border : 0px solid red;
	float: left;
    width : 780px;
}


div#leftcolumn
{
    width : 215px;
	float: left;
	border : 0px solid red;
}

div#rightcolumn
{
    width : 130px;
	float: right;
	border : 0px solid red;
}