/* CSS Document */
body {
	background-color: #212121;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/home_background_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.previewsLogo
{
background-repeat:no-repeat;
padding-left: 180px;
}
.bottomLine
{
background-image:url(images/line_bottom.jpg);
background-position:center;
background-repeat:repeat-x;
padding-bottom:6px;
//padding-left:900px;
}
.repeatR
{
	background-image:url(images/home_background_repeat.jpg);
	background-repeat:repeat-x;
}
.repeatL
{
	background-image:url(images/home_bgrepeat-left.jpg);
	background-repeat:repeat-x;
}
.rightImage
{
background-image:url(images/home_right_background.jpg);
background-repeat:no-repeat;
}
.copyright
{
	font-family:Tahoma;
	font-size:10px;
	color:#909090;
}
.design
{
font-family:Tahoma;
font-size:10px;
color:#909090;
padding-top:90px;
}
.agentImage
{
text-decoration:none;
}
