﻿@import url(style.css);

#DivSiteBody
{
	position: relative;		
    background-color: Transparent;
	width: 800px;
	height:510px;
	z-index:auto;		
}

#DivPublicitiesList
{
	position:relative;
	background-color:white;
	left: 259px;
	top: 0px;
	width:540px;
	z-index:auto;	
}

#DivPubItem
{
	background-color:white;
	border-top:solid 1px gray;
	border-left:solid 1px gray;
	border-right:solid 1px gray;
	border-bottom:solid 1px gray;
}


#DivPaper
{
	height:500px;
}
