
body{
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #fff;
	text-align: center;	
	font: 76% "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;	
}

/* Front Page */
body{
	background-image: url("/images/daimodotcom_bg.gif");
	background-repeat: none;
	background-attachment: fixed;
	background-position: center center;
}

/* Layout */
#content{
	margin: 0px auto;
	width: 540px;
	color: #404040;
	padding-bottom: 10px;
	margin-top: 20px;
}

/* Table Like Activity */
.tablediv {
	margin: 0px auto;
	display: table;
	width: 530px;
	border-collapse: separate;	
}

.rowdiv  {
	display: table-row;
	width: 100%;
	margin-bottom: 10px;
}

.celldiv {
	float: left; /*fix for  buggy browsers*/
	display: table-cell;
	width: 100%;
	border: 1px #404040 dashed;
	padding: 10px;
}

.rowdiv#menu .celldiv, .rowdiv#header .celldiv  {
	border: 0px;		
}

/* */
img {
	border: 0px;
}

/* Styles */
a:link, a:visited, a:active {

	text-decoration: None;
	font-weight: bold;
	color: #404040;

}





