/*
CSS Stylesheet
Author: Alex Morrison
Author URL: http://alex-morrison.com
Version: 1.1
*/

/* Resets */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a:link{color: #292e3e;}
a:visited{color: #292e3e;}
a:hover{color: #cccccc;}
a:active{color: #031038;}

/* General Styles*/

body {
	background: #000;
	font: 15px/21px Arial, Helvetica, sans-serif;
	color: #fff;
}

#wrap{
	background: #000 url(images/bg.jpg) no-repeat;
	width: 1020px;
	margin: 0 auto;
	position: relative;
}

#borderleft{
background: url(images/border-left.jpg) repeat-y;
position: absolute;
left: -11px;
width: 11px;
height: 100%;
}

#borderright{
background: url(images/border-right.jpg) repeat-y;
position: absolute;
right: -11px;
width: 11px;
height: 100%;
}

#righthand{
position: absolute;
right:0px;
background: url(images/righthand.png) no-repeat;
width: 153px;
height: 162px;
}

h1{
text-indent: -9999px;
}

#video{
position: absolute;
top: 143px;
left: 193px;
width: 639px;
height: 358px;
background-color: #666;
}

.space{
height: 480px;
}

.info{
width: 280px;
height: 174px;
background: #666;
float: left;
margin-left: 20px;
margin-top: 40px;
padding: 40px 10px 0px 10px;
list-style-position: inside;
}

#what{background: url(images/what.png) no-repeat;}
#why{background: url(images/why.png) no-repeat;}
#how{background: url(images/how.png) no-repeat;}

#who{background: url(images/who.png) no-repeat;}
#where{background: url(images/where.png) no-repeat;}
#help{background: url(images/help.png) no-repeat;

}

.strong{
font-weight: bold;
}

.big{
font-size: 20px;
}

.clear{
clear: both;
}

#footer{
background: url(images/origin-footer.jpg);
width: 490px;
height: 130px;
text-indent: -9999px;
margin: 0px auto 0px auto;
}


