html {
	font-family:"Trebuchet MS", helvetica, arial, sans-serif;
}


body {
	margin:0;
	padding:0;
	text-align:center;
	position:relative;
	/*overflow:hidden;*/
}
/*div{
	width:246px;
	position:absolute;
	left:50%;
	top:1000px;
}*/

.right {
	float:right;
}


#main {
	text-align:center;
}

#main-content {
	margin:0 auto;
	width:900px;
	height:900px;
	background:transparent url('/images/the_house.png') center top no-repeat;
	overflow:hidden;
}

#the_roof {
	width:900px;
	height:210px;
	margin-top:50px;
	overflow:hidden;
}

#the_house {
	width:676px;
	margin-left:113px;
	height:395px;
	padding-left:0px;
	margin-top:30px;
}

h1 {
	/*background:transparent url('/images/api_house_logo.gif') center top no-repeat;*/
	color:#555;
	margin-top:70px;
	overflow:hidden;
	font-size:3em;
	
	text-shadow: 2px 2px 3px #aaa;
}
h2 {
	text-align:center;
	color:#555;
	margin-top:0px;
	font-size:2em;
	
	text-shadow: 1px 1px 2px #999;
}

a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
}

a.logo {
	float:left;
	width:204px;		/* 225 total */
	height:67px;
	display:block;

	text-indent: -4000px;
	
	margin-left:17px;
	margin-top:35px;

	box-shadow:0px 0px 8px 3px #444;
	-moz-box-shadow:0px 0px 8px 3px #444;
	-webkit-box-shadow:0px 0px 8px 3px #444;
}
a.logo:hover {
	box-shadow:0px 0px 8px 3px #444;
	-moz-box-shadow:0px 0px 8px 3px #444;
	-webkit-box-shadow:0px 0px 8px 3px #c62828;
}

a.logo.cquery {
	background:transparent url('/images/cquery_logo.gif') center top no-repeat;
}
a.logo.onwebchange {
	background:transparent url('/images/femtoo_logo_small.gif') center top no-repeat;
}
a.logo.callmyapp {
	background:transparent url('/images/callmyapp_logo.gif') center top no-repeat;
}
a.logo.jivewall {
	background:transparent url('/images/jivewall_logo.png') center top no-repeat;
}
a.logo.livedirectory {
	background:transparent url('/images/livedirectory_logo.gif') center top no-repeat;
}
a.logo.puntoshare {
	background:transparent url('/images/puntoshare_logo.png') center top no-repeat;
}
a.logo.teamstinct {
	background:transparent url('/images/teamstinct_logo.png') center top no-repeat;
}
a.logo.workclocks {
	background:transparent url('/images/workclocks_logo.png') center top no-repeat;
}
a.logo.callcharts {
	background:transparent url('/images/callcharts_logo.png') center top no-repeat;
}
a.logo.onwebchange {
	background:transparent url('/images/onwebchange_logo.png') center top no-repeat;
}

