/* reset */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0pr2
*/
html{color:#fff;background:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/* remove system borders */

a img {border:0 }
a:active {outline:none; }
:focus {-moz-outline-style:none; }

body {
	padding:0px;
	font-family:helvetica, arial, verdana, sans-serif;
	background-position:50% 0%;
	}

#container {
	width:1024px;
	height:768px;
	margin:0px auto;
	text-align:left;
	border:none;
	background:url(../img/in-our-home.png) no-repeat;
	z-index:1;
	}

#next {
	position:absolute;
	margin:104px 0px 0px 0px;
	z-index:4;
	}
	
#mainPanel {
	position:absolute;
	margin:190px 0px 0px 20px;
	width:970px;
	z-index:4;
	}

#recommended {
	margin:25px;
	width:400px;
	z-index:5;
	}	
	
#bottomBar {
	position:absolute;
	margin:650px 0px 0px 550px;
	width:450px;
	height:64px;
	z-index:10;
	background:black;
	}
	
p	{
	font-family: Trebuchet MS;
	color: #fff;
	padding-top:10px;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-size: 1em;
	}

h1	{
	font-family: Trebuchet MS;
	color: #fff;
	padding-top:25px;
	font-weight:bold;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1em;
	font-size: 2.5em;
	}

h2	{
	font-family: Trebuchet MS;
	color: #fff;
	padding-top:25px;
	font-weight: bold;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1em;
	font-size: 1.6em;
	}

ol,ul	{
	margin-top:7px;
	margin-bottom:7px;
	}
	
li	{
	padding-left:25px;
	line-height:1.2em;
	}

a	{
	color:#def;
	}
	
a:hover,a:active {
	color:#d67;
	}