body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	background-color: 222;
	background-image: url(images/body_bg.jpg);
	background-position: left top;
}
img {
	border: 0px;
}
p, ul, li, h2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none
}

.main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.wrapper1, wrapper2, wrapper3, wrapper4 {
	width: 100%;
	float: left;
}
.wrapper1 {
	background-image: url(images/wrapper1_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

.wrapper2 {
	background-image: url(images/wrapper2_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.wrapper3 {
	background-image: url(images/wrapper3_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	padding-top: 30px;
}

.info, .screens {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding-bottom: 30px;
}
.info p {
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
}
.info p a {
	color: #a15555;
}

.wrapper4 {
	background-image: url(images/wrapper4_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

.thumbs {
	width: 100%;
	float: left;
}
.thumbs p {
	float: left;
	margin-left: 8px;
	margin-right: 0px;
}
.thumbs img {
	width: 140px;
	height: 187px;
	background-color: #000;
}
.thumbs a:link img    	{        BORDER: #a15555 1px solid;}
.thumbs a:visited img 	{        BORDER: #a15555 1px solid;}
.thumbs a:hover img   	{        BORDER: #a15555 1px dashed;}
.thumbs a:active img	{        BORDER: #a15555 1px solid;}


.content {
	float: left;
	margin-left: 50px;
	margin-bottom: 50px;
}
.content h2 {
	text-align: left;
	font-size: 16px;
	color: #a15555;
}
.content p {
	color: #fff;
	font-size:10px;
	margin-right: 30px;
}
.content p.c1 {
	float: left;
	padding: 0px;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
}
.content p.c1 img {
	width: 154px;
	height: 154px;
	background-color: #2c0909;
	border: 1px solid #a15555;
}

.ad {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.screens h2 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 20px;
}
.screens p {
	width: 50%;
	float: left;
	text-align: center;
	margin-top: 10px;
}

.screens p img {
	width: 300px;
	height: 200px;
	background-color: #3f1212;
}
.screens p a {
	text-transform: uppercase;
	font-size: 20px;
	color: #fcecce;
}
.screens a:link img    	{        BORDER: #a15555 1px solid;}
.screens a:visited img 	{        BORDER: #a15555 1px solid;}
.screens a:hover img   	{        BORDER: #a15555 1px dashed;}
.screens a:active img	{        BORDER: #a15555 1px solid;}

p.big {
	font-size: 36px;
}
p.little {
	font-size: 12px;
	margin-top: -12px;
}