*
	{
	margin: 0px;
	padding: 0px;
	}

body
	{
	font-family: arial;
	color: #333;
	background:url(../images/bg_gradient.png) repeat-x #a71e2c;
	font-size: 12px;
	}
	
div.container
	{
	width: 372px;
	height: 263px;
	padding: 140px 100px 0 20px;
	background:url(../images/bg_intro.png) repeat-x;	
	margin: 0 auto;
	margin-top: 120px;
	}
	
h2
	{
	font: 25px/27px 'TitilliumText22LBold', Arial, sans-serif;	
	text-align: right;
	color: #a71e2c;
	margin-top: 50px;
	}
	
p
	{
	text-align: right;
	font-size: 15px;
	color: #6c6767;
	margin-top: 25px;
	width: 320px;
	float: right;
	}
	
a
	{
	width: 422px;
	height: 114px;
	float: left;
	display:  block;
	background:url(../images/button_intro.png) repeat-x;		
	margin-left: -15px;
	margin-top: 15px;
	}

