﻿#cityday {
	width: 2400px;
	height: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-image: url(../images/BG_Body.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#citynight{
	width: 2400px;
	height: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-image: url(../images/BG_Body_Night.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#street {
	width: 2000px;
	height: 51px;
	position: absolute;
	top: 649px;
	left: 0px;
	z-index: 1;
	background-image: url(../images/BG_Street.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#fence {
	width: 2400px;
	height: 347px;
	position: absolute;
	top: 302px;
	left: 0px;
	z-index: 2;
	background-image: url(../images/BG_Fence.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#welcome {
	width: 331px;
	height: 300px;
	position: relative;
	top: 10px;
	left: 5px;
	z-index: 3;
	background-image: url(../images/BG_Welcome.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#headericos {
	width: 279px;
	height: 17px;
	padding: 5px 22px 0px 30px;
	font-size: 8px;
	text-align: right;
}

*html #headericos {
	width: 331px;
}


#title {
	width: 296px;
	height: 36px;
	padding: 5px 22px 5px 13px;
	color: #FFFFFF;
	font-size: 12px;
}

*html #title {
	width: 331px;
}

#abstract {
	width: 296px;
	height: 192px;
	padding: 5px 22px 5px 13px;
	color: #938E81;
	font-size: 10px;
	text-align: justify;
}

*html #abstract {
	width: 331px;
}

.preview01 {
	width: 339px;
	height: 284px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
}

.preview02 {
	width: 401px;
	height: 314px;
	position: relative;
	top: 10px;
	left: 0px;
	z-index: 5;
}

.preview03 {
	width: 250px;
	height: 330px;
	position: relative;
	top: 10px;
	left: 0px;
	z-index: 5;
}

#title h1 {
	font-size: 13px;
	font-weight: bold;
	display: inline;
	color: #FFFFFF;
}

/*--------------------------- Fonts ---------------------------*/

#title h2 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	color: #FFFFFF;
}