@charset "UTF-8";
/* CSS Document */



#container  {

width: 1024px;
border:solid;
border-color:#29441e;
border-width:1px;
background-image:url(test.jpg);
background-repeat: no-repeat;

}

#row1 {
	width: 1024px;
	height: 1000px;
}


#row2 {
	width: 1024px;
}



/*Footer*/
#footer  {

	width: 1024px;
	height: 63px;
	background-color:#ffffff;
	clear:both;
}

#footer1 {
	width: 1024px;
	height: 25px;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	vertical-align: text-bottom;
	background-color:#ffffff;
}
#footer2 {
	width: 1024px;
	height: 38px;
	font-family: "Century Gothic";
	font-size: 8px;
	text-align:center;
	vertical-align: text-bottom;
	color: #29441e;
	background-color:#ffffff;
}


.class1 a:link {
	color:#29441e;;
	text-decoration: none;	
}

.class1 a:visited {
	color:#29441e;
	text-decoration: none;	
}

.class1 a:active {
	color:#29441e;
	text-decoration: none;	
}

.class1 a:hover {
	color:#999999;
	text-decoration: none;	
}

/*---------------------*/

#table {
	width: 512px;
	
	
}
