/* CSS Document */

html{
	background: url(../bg2.jpg) no-repeat center center fixed;
	background-size:100%;
	
	}

.holder-page{
	width:900px;
	background:rgba(255,255,255,0.5);
	height:700px;	
	}
#logo{
	position:relative;
	top:75px;
	
	}

.google-search{
	position:relative;
	top:150px;
	left:2px;
	}

.links{
	width:700px;
	position:relative;
	top:120px;
	}
.linksHidden{
	width:700px;
	}
.btn{
	padding:20px;
	border-radius:10px;
	}
.hider{
	position:relative;
	top:125px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#257799;
	padding:10px;
	font-size:18px;
	cursor:pointer;
	width:100px;
	}
.hidden{
	position:relative;
	top:130px;
	padding:20px;
	box-shadow:inset 0px 5px 5px rgba(0,0,0,0.3), inset 0px -2px 5px rgba(0,0,0,0.1);
	background-color:rgba(37, 119, 153,0.1);
	}