@charset "UTF-8";
/* CSS Document */


/* --- BASICS */
body,td,th {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #4d647d;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #4d647d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4d647d;
}
a:hover {
	text-decoration: underline;
	color: #4d647d;
}
a:active {
	text-decoration: none;
	color: #4d647d;
}

/* --- CONTENT */
.content {
	position: absolute;
	left: 50%;
	width: 960px;
	height: 760px;
	margin-left: -480px;
	margin-top: 20px;
	display: block;
}

.contentLink {
	margin-top: 13px;
	margin-left: 27px;
	height: 19px;
	width: 300px;
	display: block;
	font-size: 12px;
	color: #4d647d;
}

.contentHolder {
	margin-left: 3px;
	width: 954px;
	height: 720px;
	display: block;
	background: url(img/bg.jpg) no-repeat 0 0;
}

/* --- GIGYA */
.gigya {
	postion: absolute;	
	top: 50%;
	left: 50%;
	width: 250px;
	height: 150px;
	margin-left: 650px;
	margin-top: -717px;
	display: block;
	float: left;
}

.gigyahome {
	postion: absolute;	
	top: 50%;
	left: 50%;
	width: 250px;
	height: 150px;
	margin-left: 675px;
	margin-top: -670px;
	display: block;
	float: left;
}

/* --- LOGO */
.logo {
	position: relative;
	top: 10px;
	left: 35px;
	display: block;
	width: 328px;
	height: 57px;
}

img {
	border: none;
}

/* --- PAGES */
/* some pages will have their own css */
.page {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

/* --- BOXB */
.boxfb {
	background: url(img/boxfb.png) no-repeat;
	height: 250px;
	width: 296px;
}
.fb {
	position: relative;
	top: 10px;
	left: 9px;
	
}

/* --- FOOTER */
.footer {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 10px;
	margin-left: -480px;
	margin-top: 340px;
		
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
}

.footer ul {
	list-style: none;
}

.footer li {
	list-style: none;
	display: inline;
	float: left;
	margin-right: 20px;
	letter-spacing: 1px;
}

.footer a:link {
	color: #FFF;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #FFF;
}
.footer a:hover {
	text-decoration: underline;
	color: #FFF;
}
.footer :active {
	text-decoration: none;
	color: #FFF;
}