body{
	background: #000000;
	text-align:center;
	background-image: url( "/images/bg_starfield_repeat.gif" );
}

#Index_MainLoginContent{
        width:968px;
        margin: auto;
        position:relative;
        /*height: 100px;*/
        /*background-color: #aabbcc;*/
}

#divMain {
        position:absolute;
        top:0px;
        left:0px;
		width:100%;
        height:100%;
}

#divLogin {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
} 

#Index_PrimaryNavigation{
        width: 968px;
        height: 30px;
		background-image: url( "/images/bg_nav_repeat.jpg" );
        text-align: right;
}

#Index_SwfsHolder{
        position: absolute;
        left:0px;
        /*display: inline;*/
        padding-top : 1px;

}

#Index_SwfBackground{
        position : absolute;
        z-index: 1;
        width: 968px;
        /*height: 585px;*/
        /*background-color: lightblue;*/

}

#Index_FloatingSwfLogin{
	position:absolute;
	z-index: 10;
	width : 485px;
	height : 300px;
	top:40px;
	left:480px;
	/*background-color: green;*/
	/*
	border-width: 1px;
	border-style: dotted;
	border-color: white;
	*/
}

#divRegister {
        position:absolute;
        z-index: 10;
        width : 485px;
        height : 300px;
        top:40px;
        left:480px;
	
	
}

.buttonParentTeacher a{
	background-image: url( "/images/btn_nav_parents_teachers.jpg" );
	background-repeat: no-repeat;
	float: right;
	width : 116px;
	height : 30px;
	background-color: lightblue;
	display:inline;
}
.buttonParentTeacher a:hover {
	background-position: 0px -30px;
	cursor: pointer;
}

.buttonAbout a{
	background-image: url( "/images/btn_nav_about.jpg" );
	background-repeat: no-repeat;
	float: right;
	width : 52px;
	height : 30px;
	background-color: lightblue;
	display:inline;
}
.buttonAbout a:hover {
	background-position: 0px -30px;
	cursor: pointer;
}

.buttonPrivacy a{
	background-image: url( "/images/btn_nav_privacy.jpg" );
	background-repeat: no-repeat;
	float: right;
	width : 58px;
	height : 30px;
	background-color: lightblue;
	display:inline;
}
.buttonPrivacy a:hover {
	background-position: 0px -30px;
	cursor: pointer;
}


.clearFix{
	clear: both;
}

