@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #650000;
	background-image: url(../images/bg-px.png);
	background-repeat: repeat-x;
	font: 12px Arial, Helvetica, sans-serif ; color:#FFF;
}

a:link,
a:active,
a:visited {
	color: #f7dd00;
	text-decoration:none;
}

a:hover {
	color: #f7dd00;
	text-decoration:underline;
}

p {
	margin:0;
	padding:0;
	text-align:center;
}

.container {
	width:650px;
	margin-left: auto ;
  	margin-right: auto ;
	margin-top:52px;
}

.image {
	float:left;
	
}

.text {
	float:right;
	width:340px;
}
.yellow {
	color: #f7dd00;
	text-align:left;
	margin:0;
	padding:0;
}