@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(../images/strip.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}

.font_family{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;}

#footer_inner{
	background-color:#CCC;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	padding-top:6px;
	font-weight:lighter;
	height:17px;
	}
	
#wrapper{
	width:100%;
	height:100%;
	top:0px;
	position:fixed;
	float:left;}
	
#logo{
	height:99px;
	width:100%;
	}
	
#name{
	background-image:url(../images/name.jpg);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	width:60%;
	height:99px;}
	
#logo_other{
	width:35%;
	float:right;
	height:99px;
	text-align:right;}
	
#content{
	width:100%;
	margin-top:135px;
	height:500px;}
	
#content_inner{
	width:80%;
	height:500px;
}
	
	
#footer{
	width:100%;
	border-top:#CCC solid 1px;
	height:25px;
	padding-top:2px;
	background-image:url(../images/strip.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	bottom:0px;
	position:fixed;
	z-index:500;}

#bg_pop{
	background-color:#000;
	width:100%;
	height:100%;
	z-index:1000;
	position:fixed;
	top:0px;
	opacity:.8;
	-o-opacity:.8;
	-webkit-opacity:.8;
	-moz-opacity:.8;
	}
	
#quiz{
	width:60%;
	padding-top:76px;
	float:left;
	height:420px;
	background-image:url(../images/quiz.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
	
#image{
	width:35%;
	height:500px;
	float:right;
	background-image:url(../images/man.jpg);
	background-position:bottom;
	background-repeat:no-repeat;}
	
	
#con_quiz{
	background-color:#e6e6e5;
	width:581px;
	height:303px;
	z-index:800;
	position:relative;}
	
#align_pop{
	width:100%;
	height:100%;
	top:0px;
	z-index:1001;
	position:fixed;
	}
#pop{
	width:325px;
	height:400px;
	margin:auto;
	margin-top:115px;
	border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#FFF;}