/* Reset -----------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, hr {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;background: transparent;}:focus {outline: 0;outline: none;}body {line-height: 1;color: black;background: white;}ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}caption, th, td {text-align: left;font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {content: "";}blockquote, q {quotes: "" "";}a:focus, button:focus {outline: none;}.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}

/* Background ------------------------------------------------------*/

body { 
	padding: 0;
	margin: 0;
	background-image: url(../images/back.jpg); 
	background-position: top center; 
	background-repeat: no-repeat; 
	background-color: #141414;
	background-attachment: fixed;
	color: #fff;
	font-weight: 600;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

img#expando { 
	position: absolute; 
	display: none; 
	z-index: 1; 
	-ms-interpolation-mode: bicubic; 
} 

.wide img#expando, 
.tall img#expando { 
	display: block; 
} 

.wide img#expando { 
	width: 100%; 
	height: auto; 
} 

.tall img#expando { 
	width: auto; 
	height: 100%; 
}

.ie6fixed {
	position: absolute;
	top: expression((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px') !important;
}

/* Structure ------------------------------------------------------*/

#page {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: url(../images/page_back.png);
}

#content {
	padding: 40px;
	width: 360px;
}

a {
	color: #fff;
	text-decoration: none;
}

.thumb {
	width: 103px;
	float: left;
	margin-right: 14px;
	margin-bottom: 8px;
}

.info {
	width: 243px;
	float: left;
	margin-top: -12px;
	margin-bottom: 12px;
	line-height: 15px !important;
}

.info p {
	margin-top: -12px;
	font-size: 11px;
	margin-bottom: 5px;
}

#content p {
	margin-bottom: 6px;
}

h1 a {
	display: block;
	position: absolute;
	top: 34px;
	right: 34px;
	background: url(../images/increaseyourchances.png) no-repeat;
	text-indent: -9999em;
	width: 207px;
	height: 141px;
}

h2 {
	font-size: 24px;
	color: #ffd300;
	margin-bottom: 20px;
	clear: both;
}

li {
	clear: both;
	overflow: hidden;
}

h3 {
	font-size: 16px;
	margin-bottom: 7px;
}

ul {
	margin-bottom: 40px;
}

#copyright {
	text-align: right;
	position: absolute;
	bottom: 40px;
	z-index: 1000;
	font-size: 12px;
	right: 40px;
}
