/* CSS Document */

#container
{	width:590px;
	height:auto;
	}
#header
{	width:590px;
	height:79px;
	padding:0;
	background-image:url(img/header.png);
	}
#footer
{	width:590px;
	height:106px;
	padding:0;
	background-image:url(img/footer.png);
	}
#container-content
{	width:590px;
	height:auto;
	margin:0;
	}	
#left-bar
{	width:85px;
	height:345px;
	background:url(img/left.png) no-repeat;
	float:left;
	}

#screen-middle
{	width:425px;
	height:345px;
	background:url(img/screen.jpg) no-repeat;
	float:left;
	}

#right-bar
{	width:80px;
	height:345px;
	background:url(img/right.png) no-repeat;
	float:left;
	}

.clear
{ clear:both;}