body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e04a3c;
	background-color: #e86f66;
	margin: 0;
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper {
	margin: 0 auto;
	width: 780px;
}

#header {
	height: 150px;
	background-image: url(header.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#main {
	background-image: url(bg-main.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

td {
	width: 25%;
	text-align: center;
}

td img {
	border-color: #ec8cb1;
	border-style: double;
	border-width: 3px;
	padding: 10px;
	background-image: url(bg-img.png);
}

.images {
}

.action img  {
	margin: 15 0;
	text-align: center;
	font-size: xx-large;
	border: none;
	padding: none;
	background-color: transparent;
	background-image: none;
}

.webmasters {
	margin-right: 20px;
	text-align: right;
	clear: both;
	padding-bottom: 5px;
}

.left {
    text-align: left;
    padding: 0px;
}

.center {
    text-align: center;
    padding: 0px;
}

#spacer {
	height: 35px;
}

#footer {
	background-image: url(bg-footer.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	clear: both;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #e04a3c;
	text-decoration: blink;
}

#footer a:hover {
	color: #ec8cb1;
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #FF9900;
	text-decoration: blink;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}
