@charset "utf-8";
body{
	margin:0;
	padding:0px;
	background-color:#efece2;
}
#container{
	width:955px;
	margin:0px auto 20px auto;
	height:auto;
	background-image:url(../images/bg_tile.jpg);
	background-repeat:repeat;
	-moz-box-shadow: 1px 1px 5px #452E04;
		-webkit-box-shadow: 1px 1px 5px #452E04;
		box-shadow: 1px 1px 5px #452E04;
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#452E04')";
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#452E04');			
}
.content_holder{
	width:800px;
	margin:0px auto;
	position:relative;
	font-family: 'Rokkitt', serif;	
}
#parentslogininfo{
	width:800px;
	height:675px;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;	
}
#parentslogininfo .maintitle{
	position:absolute;
	color:#452E04;
	top:58px;
	left:200px;
	width:455px;
	font-size:72px;
}
#parentslogininfo .description{
	position:absolute;
	color:#452E04;
	top:138px;
	left:202px;
	width:455px;
	font-size:38px;
	line-height:30px;
}
#parentslogininfo .details{
	position:absolute;
	color:#452E04;
	top:208px;
	left:202px;
	width:455px;
	font-size:18px;
	line-height:18px;
}
#login-link{
	position:absolute;
	color:#452E04;
	font-weight:bold;
	font-size:18px;
	top:505px;
	left:410px;
}

#login-link a{
	color:#2e5c09;	
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
}
#login-link a:hover{
	color:#2e5c09;
	font-weight:bold;
	font-size:18px;
	text-decoration:underline;
}


#bookmarkiphone{
	width:800px;
	height:326px;
	background-image:url(../images/mid_iphone.jpg);
	background-repeat:no-repeat;	
}
#bookmarkiphone div.secondary_title{
	margin-left:130px;
	padding-top:8px;
}
#bookmarkandroid{
	width:800px;
	height:390px;
	background-image:url(../images/mid_android.jpg);
	background-repeat:no-repeat;	
}
#bookmarkandroid div.secondary_title{
	margin-left:85px;
	padding-top:20px;
}
.secondary_title{
	color:#452E04;
	font-size:36px;
}
#footer{
	width:750px;
	height:60px;
	padding-top:10px;
	padding-right:50px;
	margin:0px auto;
	font-family: 'Rokkitt', serif;
	font-size:14px;
	color:#452E04;
	text-align:right;
	margin-right:
}

.script_txt {
	font-family: 'Dawning of a New Day', cursive;
	font-size: 24px;
	line-height:14px;
	text-align:center;
	color:#452E04;
}
#script_link{
	width:155px;
	height:45px;
	position:absolute;
	bottom:75px;
	right:210px;
	letter-spacing:-1px;
}
#script_code{
	width:155px;
	height:45px;
	position:absolute;
	bottom:5px;
	right:90px;
	letter-spacing:-1px;
}