﻿
/* Tables still need 'cellspacing="0"' in the markup. */

/* Remove possible quote marks (") from <q>, <blockquote>. */
body {
	margin: 0px;
	color: #797979;
	font-family: Verdana, Arial;
	font-size: 75%;
	background-color: #000000;
	background-image: url('images/bg.gif');
	background-repeat: repeat;
}
a {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img { border: none; }


.design {
	background-image: url('images/mongiddesigns10.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 600px;
	height: 375px;
	margin: 80px auto auto auto;
}
#design.footer {
	font-family: tahoma;
	font-size: 10px;
	text-align: center;
	width: 600px;
	margin: auto auto 0px auto;
	bottom: 0px;
	position: relative;
	top: 20px;
	height: 30px;
}
