.side {
	float: right;
	width: 205px;
	margin: 0 10px 0 0;
}

.logo {
	float: right;
	width: 205px;
	height: 155px;
	background: url('../images/logo.jpg') center center no-repeat;
}

.slogon {
	float: right;
	width: 205px;
	margin: 5px 0 26px;
	font-size: 22px;
	font-weight: bold;
	color: #5f2345;
}

.sendbox {
	float: right;
	width: 205px;
	background: #313131;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 0 0;
}

.sendbox strong {
	font-size: 72px;
	display: block;
}

.sendbox b {
	color: #ecae19;
}

.sendbox p {
	font-size: 30px;
	margin: 15px 0 5px;
	display: block;
}

.sendbox small {
	font-size: 11px;
	display: block;
}

.sendbox .cell {
	float: right;
	width: 205px;
	height: 163px;
	background: url('../images/cell.jpg') center center no-repeat;
	margin: 10px 0 0 0;
}

.mainbox {
	float: left;
	width: 733px;
	margin: 0 0 0 10px;
	overflow: hidden;
	text-align: right;
	font-size: 14px;
}

.mainbox .picture {
	float: left;
	width: 733px;
	height: 382px;
	background: url('../images/playstation.jpg') center center no-repeat;
	border-bottom: 2px solid #313131;
}

.mainbox .row {
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
}

.mainbox .row H2.right {
	float: right;
	margin: 0px;
	font-size: 36px;
	color: #313131;
}

.mainbox .row H2.left {
	float: left;
	margin: 0px;
	font-size: 36px;
	color: #313131;
}

.mainbox .row .toclose {
	float: right;
	width: 100%;
	background: #313131;
}

.mainbox .row .text {
	float: right;
	font-size: 30px;
	color: #313131;
	background: #313131;
	padding: 12px 53px;
	font-weight: bold;
	color: #ffffff;
}

.mainbox .row .total {
	float: right;
	width: 100px;
	font-size: 36px;
	background: #464646;
	padding: 10px 20px;
	font-weight: bold;
	color: #ecae19;
}

.mainbox .row .winners {
	float: right;
	width: 100%;
	font-size: 28px;
	color: #313131;
	text-align: right;
	font-weight: bold;
}

.mainbox .row .winners .win {
	float: left;
	width: 30px;
	height: 30px;
	font-size: 24px;
	background: #cccccc;
	padding: 5px;
	margin: 0 10px 0 0;
	color: #ebe8e8;
	text-align: center;
}

.mainbox .row .winners .winr {
	background: #8dc63f;
	color: #ffffff;
}

.mainbox h1 {
	line-height: 170%;
	text-align: justify;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}

.mainbox p {
	line-height: 170%;
	text-align: justify;
	color: #333333;
	font-size: 14px;
}