body {
	background-image: url(../assets/fundal.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

.wrapper
{
	width:                              800px;
	margin-left:                        auto;
	margin-right:                       auto;
	margin-bottom:                      20px;
	background-color: #000000;
}

.white-text {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
}
.red-text {
	color: #F91322;
	font-size: 24px;
	font-weight: bold;
}

.head_text {
	font-size: 24px;
}
.sale-text {
	color: #FFFFFF;
	font-weight: bold;
}
.join-big {
	color: #D10000;
	font-weight: bold;
	font-size: 24px;
}
.join-small {
	color: #D10000;
	font-size: 18px;
	font-weight: bold;
}
.continue {
	font-size: 28px;
	color: #FFFFFF;
}
.footer-text {
	font-size: 12px;
	color: #FFFFFF;
}

.clear
{
    clear:                              both;
}

.float_left
{
	float:                              left;
}

.padBot5
{
	padding-bottom:                     5px;
}
a:visited {
	color: #E3E3E3;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a img {
	border: 1px solid #600;
}

a:hover img {
	border: 1px solid #C5258C;
}
