body {
	background-color: #eee;
}
.main {
	border: none;
	background-color: #fff;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	text-align: left;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}

.center {
  text-align:center;
  margin:auto;
  padding-top: 20px;
  width: 70%;
}

div#header {
  text-align:center;
  margin: auto;
}
.topleft {
  text-align: left;
  vertical-align: top;
	background: url(../ui/TopLeftCorner.png);
	width: 32px;
	height: 32px;
}

.topright {
	background:url(../ui/TopRightCorner.png);
	width: 32px;
	height: 32px;	
}

.bottomleft {
	background: url(../ui/BottomLeftCorner.png);
	width: 32px;
	height: 32px;
}

.bottomright {
	background:url(../ui/BottomRightCorner.png);
	width: 32px;
	height: 32px;	
}


.topline {
  border-top: 2px solid #c0c0c0;
}

.bottomline {
  border-bottom: 2px solid #c0c0c0;  
}

.leftline {
	border-left: 2px solid #c0c0c0;
}

.rightline {
	border-right: 2px solid #c0c0c0;
}
