/* ### RESET ### */

body, p, blockquote, h1, h3 {
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	color: #ffffff;
}

body {
	overflow-y: scroll;
	background: url(img/bg.gif) #ffffff top left repeat-x;
}

#wrapper {
	width: 1010px;
	height: 100%;
	margin: 0px auto;
	position: relative;
}

#header {
	background: url(img/header.jpg) no-repeat left top;
	height: 52px;
	position: relative;
}

#main {
	background: url(img/stage-bg.jpg) no-repeat left top;
	height: 480px;
	position: relative;
}

#footer {
	background: url(img/footer-bg.jpg) repeat-x left bottom;
	height: 30px;
	padding-top: 35px;
	position: fixed;
	bottom: 0px;
	float: left;
	z-index: 100;
	width: 100%;
}

/* ### Text ### */
h1 {
	margin-left: 40px;
	padding-top: 10px;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	color: #cc0000;
	font-size: 18px;
	margin: 0;
	margin-left: 60px;
	padding-top: 24px;
	font-weight: normal;
}

p {
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 12px;
	color: #000000;
	
}

.cnt p {
	text-align: left;
}

#footer p {
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}

span.ltr {
	direction:rtl;
	unicode-bidi:bidi-override;
}

hr {
	color:#b9b9b9;
	border: 0;
	background-color: #b9b9b9;
	height: 1px;
}

/* ### ELEMENTS ### */
#browsershots {
	margin: 50px 0 0 90px;
}

.button {
	float: right;
	margin-top: -37px;
	margin-left: 1px;
	display: block;
	background-color: #7c0000;
	padding: 18px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.button:hover {
	float: right;
	margin-top: -37px;
	margin-left: 1px;
	display: block;
	background-color: #6c0000;
	padding: 18px;
	color: #ffffff;
	font-size: 14px;
}

#description {
	margin-left: 100px;
	width: 820px;
	position: relative;
	height: 430px;
}

.cnt {
	width: 220px;
	padding: 20px;
}

.middle {
	padding: 20px 0 20px 0;
}

/* ### Text ### */
.left {
	float: left;
}

p a {
	color: #cc0000;
	text-decoration: none;
}

p a:hover, p a:active {
	color: #cc0000;
	text-decoration: underline;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: underline;
}