/* cleaning the default padding and margins*/
html, body, div, h1, h2, h3, h4, h5, h6, p, form, blockquote, ul, ol, li, img, address {
	margin:0px;
	padding:0px;
	border-width: 0px;
}

/* set the styles ofr the body */

body{
	height:100%;
	width:100%;
	background-color:black;
	/*background-image:url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment:fixed; */
	color:white;
	font-family: "Trebuchet Ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	text-align:center;
	overflow:hidden;
}

p {
	margin:10px;
	font-size:1.2em;
}

#topcontainer{
	max-width:1440px;
	height:auto;
	margin:0px auto;
	text-align:left;
	}
	
#title{
	z-index:10;
	position:fixed;
	top:10px;
	left:20px;
}

#tag{
	z-index:9;
	position:fixed;
	top:85px;
	left:60px;
}

#sign{
	position:fixed;
	bottom:296px;
	left:39%;
	z-index:8;
}

#vd{
	position:fixed;
	bottom:305px;
	left:52%;
	z-index:7;
}

#ux{
	position:fixed;
	bottom:325px;
	left:45%;
	z-index:6;
}

#dv{
	position:fixed;
	bottom:340px;
	left:54%;
	z-index:5;
}

#pm{
	position:fixed;
	bottom:445px;
	left:42%;
	z-index:4;
	display:none;
}

#mainnav span{
	width:243px;
	height:113px;
	background-image: url(../images/baloon.png);
	background-repeat: no-repeat;
	display:none;
	text-decoration:none;
	color:black;
	font-size:1.7em;
	padding-top:65px;
	text-align:center;
	position:fixed;
	bottom:430px;
	left:23%;
	z-index:11;
}

#mainnav a:hover span{
	display:block;
	text-decoration:none;
}

#mainnav a:hover{
	text-decoration:none;
}

#mainnav a:hover img{
	margin-bottom:1px;
}

#pagetitle{
	width:210px;
	height:35px;
	background-color:#111;
	position:fixed;
	bottom:300px;
	right:7%;
	z-index:12;
	text-align:center;
	padding-top:5px;
	border: 5px white solid;
	border-width:5px 5px 0px 5px;
}

.scrollable{
	height:300px;
	width:100%;
	overflow:auto;
	background-color:#111;
	position:fixed;
	bottom:0px;
	left:0px;
	text-align:center;
	border-top: solid white 5px;
	z-index:1;
}

.block {
	min-width:300px;
	padding:23px 10px 10px 20px;
	float:left;
	width:400px;
}

.block img{
	float:left;
	margin:10px 5px 5px 0px;
	background-color:transparent;
	width:150px;
	height:150px;
	padding-right:1px;
	padding-bottom:1px;
}

.block a:hover img{
	padding: 1px 0px 0px 1px;
}

.block p{
	font-size:1em;
}

#fix{
	/*max-width:1440px;
	min-width:995px;*/
	width:4000px;ÊÊÊÊÊ
ÊÊÊÊposition:absolute;Ê
	height:300px;
	margin:0px auto;
	text-align:left;
}

li{
	list-style-type: none;
}

#social{
	margin: 40px 0px 0px 15px;
}

#social li{
	float:left;
	margin-right:7%;
}

#social li img{
	width:64px;
	height:64px;
	background-color:transparent;
}

#contactform div{
	margin:8px;
}
#contactform span{
	float:left;
	width:60px;
}

#contactform .endrow{
	float:right;
	margin-right:50px;
}

/*#scroll{
	width:1024px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}*/


/** Set the bckground image **/
img.sourceimage {
	width: 100%;
	position: absolute;
	bottom: 300px;
	left: 0%;
	z-index:0;
}