html
{
    height:100%;
}

body
{
	color:#000000;
	margin:0px;
	height:100%;
	background-image: url(../assets/imgs/cityscapeBlend.jpg);
	background-attachment:fixed;
	background-position:top left;
	background-repeat:no-repeat;
}




div.cityscape
{
	position:fixed;
	overflow: hidden;
	
	width:100px;
	height:100px;
	
	top:0px;
	left:0px;
	z-index:-1;
}

div.budlogo
{
	position:absolute;
	overflow: hidden;
	
	width:145;
	height:133px;
	
	bottom:20px;
	right:20px;
}

div.budlogo2
{
	/*position:absolute;*/
	overflow: hidden;
	float:right;
	width:1000px;
	height:133px;
	margin-left:auto;
	bottom:20px;
	right:1020px;
	margin-left:auto;
}

.contentLayer
{
	
	position:absolute;
	
	width:1100px;
	height:550px;
	
	top:0px;
	left:0px;
	
}

div.contentLayerAG
{
	position:absolute;
	
	width:1px;
	height:1px;
	
	top:0px;
	left:0px;
}



img.citypic
{
	position:relative;
	
	width:10px;
	height:10px;
	
	top:0px;
	left:0px;
}

div.contentAccess
{
	/*position:absolute;*/
	top:0px;
	left:0px;
	margin-left:0px;
	margin-top:0px;
	height:auto;
	width:500;
	float:left;
	/*overflow:auto;*/
	font-family:sans-serif;
	color:#ffffff;
	text-decoration:none;
	font-size:9px;
	
}



