body {
	background-image:url('images/card2.gif');
	background-position:top left;
	background-repeat:no-repeat;
}
body.center{
	background-position:top center;
}
a:link {
	color:#1111BB;
}
a:visited {
	color:#880077;
}
tr.header {
	text-align:center;
}
table.main {
	border-width:2px;
	border-spacing:1px;
	border-color:gray;
	border-style:solid;
	border-collapse:seperate;
	width:600px;
}
a.new {
	font-size:30px;
}
.title {
	font-size:40px;
	color:#D40000;
}
body.left{
	margin-left:60px;
	margin-top:20px;
}
.button{
	width:80px;
	height:50px;
	font-size:20px;
	background-color:#FEBEBE;
	color:#0B0ED2;
}
.width{
	max-width:500px;
}