
/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     Andrew Paglinawan
 * @vendorurl:  http://www.andrewpaglinawan.com
 * @licenseurl: http://www.fontsquirrel.com/license/Quicksand
 *
 *
 */

@font-face {
	font-family: 'QuicksandLight';
	src: url('fonts/Quicksand_Light.eot');
	src: local('Quicksand Light'), local('QuicksandLight-Regular'), url('fonts/Quicksand_Light.ttf') format('truetype');
}


@font-face {
	font-family: 'QuicksandBook';
	src: url('fonts/Quicksand_Book.eot');
	src: local('Quicksand Book'), local('QuicksandBook-Regular'), url('fonts/Quicksand_Book.ttf') format('truetype');
}

@font-face {
	font-family: 'QuicksandBold';
	src: url('fonts/Quicksand_Bold.eot');
	src: local('Quicksand Bold'), local('QuicksandBold-Regular'), url('fonts/Quicksand_Bold.ttf') format('truetype');
}


body{

	color: #ffffff;
	background:#000000 center 50px no-repeat url(img/intro_background.jpg) ;
	}
a img{
		border: none;

}
a{
	color: white;
	text-decoration: none;
}
#page{
	width:734px;
	margin: 0px auto;
}
#header{
	font-size: 50px;
	margin: 50px auto 60px auto;
	color: white;
	text-align: center;
	font-family: 'QuicksandBold';
}
.block a{
	
}
.block{
	font-family: 'QuicksandLight';
	float: left;
	margin: 90px 50px;
	font-size: 1.4em;
	height: 128px;
	width: 128px;
	
}
.block:hover{
	cursor: pointer;
}
#arrow{
	position: absolute;
	top: -23px;
/*	left: 85px;*/
/*left: 315px;*/
left: 565px;
	background: transparent url(img/ArrowUp.png) no-repeat;
	width: 57px;
	height: 31px;
}
.bottom{
	position: relative;
	background:transparent url(img/BottomBackground.png) no-repeat;	
	width: 734px;
	height: 214px;
}
.bottom .content .text{
	position: absolute;
}
.bottom .content{
	
	position: relative;
	font-family: 'QuicksandBook';
	padding: 20px 50px;
	}
.bottom .title{
	font-family: 'QuicksandBold';
	font-size: 150%;
	margin-bottom: 30px;
}
.col1, .col2{
	float: left;
	width: 286px;
	
}
.col1{
	padding-right: 15px;
}
.col2{
	padding-left: 15px;
	border-left: 1px solid #a8c4e2;
}
#footer{
	font-family: 'QuicksandBook';
	font-size: 0.8em;
	color: white;
	text-align: center;
	margin-top: 40px;
}

