/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
body, html
{
	margin: 0px;
	padding: 0px;
}

body, html
{
	background: url(../images/bg.jpg);
}

#container
{
	width: 800px;
	min-height: 1000px;
	background: url(../images/bg2.jpg) no-repeat;
}

#nav a
{
	position: absolute;
	display: block;
	width: 100px;
	height: 30px;
	background: url(../images/blank.png);
	text-decoration: none;
	cursor: pointer;
}

#content
{
	position: absolute;
	top: 290px;
	left: 200px;
}
