html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
overflow: hidden;
}

	img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

#wrap {
background-image:url(img/wrap_bg2.png);
        margin:0 auto;
    width:900px;
	height: 550px;
	position:relative;

    }
#header {
  	width:750px;
	height: 125px;
	margin-left: 75px;
	margin-top: 75px;
    }
#nav {
 	margin-left: 75px;
	height: 20px;
	width: 750px;
    }
#main {
    float:left;
    width:450px;
	height: 400px;
	margin-left: 75px;
	background-image:url(img/left_bg.png);
	background-repeat:no-repeat;
    }

#sidebar {
	float:right;
	margin-right: 75px;
    width:300px;
	height: 400px;
	background-image:url(img/right_bg.png);
	background-repeat:no-repeat;
    }
#footer {
    clear:both;
	text-align: center;
	font-size: 9px;
	width: 750px;
	margin-left: 75px;
    }
#nav ul{
    margin:0;
    padding:0;
    list-style:none;
    }
#nav li{
    display:inline;
    margin:0;
    padding:8px;
    }
a:link { 
	color: #fff;
	text-decoration: none;
	}
a:visited { 
	color: #fff;
	text-decoration: none;
	}
a:hover { 
color: #FFFF00;
	
	}
a:active { 
	color: #fff;
	
}

p 
{
text-indent: 10px;
}

table.left
{
margin-left: 20px;
}