﻿/*
**
** http://www.zii.be (c) 2009 - All rights reserved
**
*/

body 				
{
	margin:0; 
	overflow:auto; 
	link="#000080"; 
	vlink="#000080"; 
	alink="#000080";
	height:100%;
	
	scrollbar-face-color: #EEEEEE;    	
	scrollbar-arrow-color: #FFFFFF;
   	scrollbar-highlight-color: #000000;
   	scrollbar-3dlight-color: #000000;
   	scrollbar-shadow-color: #000000;
   	scrollbar-darkshadow-color: #000000;
   	scrollbar-track-color: #000000;

}

iframe
{
	height:100%;
	width:100%;
	v
}

.topleft 			
{
	background-image: url('images/topleftbg.gif'); 
	background-repeat: no-repeat; 
	width: 250px; 
	height: 150px; 
	overflow: hidden;
}
.frame-top 				
{
	background-image: url('images/topbg.gif'); 
	background-repeat: repeat-x; 
	overflow: hidden; 
	position: absolute; 
	top: 0px; 
	height: 150px; 
	left: 250px; 
	right: 25px;
}
.topright 			{background-image: url('images/toprightbg.gif'); width:25px; height: 150px; background-repeat: no-repeat; position: absolute; top: 0px; right: 0px;}
.left 				{background-image: url('images/leftbg.gif'); background-repeat: y-repeat; width: 250px; bottom: 50px; top: 150px; position: absolute; left: 0px;}
.bottomleft 		{background-image: url('images/bottomleftbg.gif'); width: 250px; bottom: 0px; position: absolute; left: 0px; height: 50px;}
.bottom 			{background-image: url('images/bottombg.gif'); background-repeat: x-repeat;  bottom: 0px; position: absolute; left: 250px; height: 50px; right: 25px;}
.bottomright 		{background-image: url('images/bottomrightbg.gif'); background-repeat: no-repeat;  bottom: 0px; position: absolute; height: 50px; right: 0px; width: 25px;}
.right				{background-image: url('images/rightbg.gif'); background-repeat: y-repeat; top: 150px; bottom: 50px; position: absolute; right: 0px; width: 25px;}
.PoweredByZii 		{bottom: 0px; position: absolute; height: 25px; right: 25px; font-family: 'Arial Rounded MT Bold'; color: #FFFFFF; font-size: small;}
.millenniumjam 		{position: absolute; height: 155px; width:800; left: 5px; top: 0px;}
.toprightanimation 	{position: absolute; height: 150px; width:800; right: 5px; top: 0px;}
.container			{overflow:hidden; position: absolute; top: 150px; left: 250px; bottom:50px; right: 20px;}