/* @override http://www.marke.com.au/marke.css */

/* @override http://marke.com.au/marke.css */

/* @override http://secret.id.au/secret.css */

html {
	margin:0;
	padding:0;
}

p {
	background-color:#FFFFFF;
	color:#333333;
	width:150px;
}


.one {
	background: url(img/bg.jpg) repeat center;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}


.two {
	background: url(img/bg2.jpg) repeat center;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

.three {
	background: url(img/bg3.jpg) repeat center;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

.four {
	background: url(img/bg4.jpg) repeat center;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

.five {
	background: url(img/bg5.jpg) repeat center;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

.container {
	width: 100%;
	height: 100%;
}

div#centered { 
	border: 0; 
	height: 316px; 
	width: 175px;
    position: fixed; 
	left: 3%; 
	top: 40%; 
}

#image_nav{

	position: fixed;
	bottom: 27px;
	left: 27px;
	
}

.linkbutton{
	width: 11px;
	height: 11px;
	float: left;
	margin-right: 6px;
	background: #fff;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #fff;
	border-left:1px solid #fff;		
}

.linkbutton:hover{
	width: 11px;
	height: 11px;
	float: left;
	margin-right: 6px;
	background: #000;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #000;
	border-right:1px solid #000;		
	
}


.linkbutton_selected{
	width: 11px;
	height: 11px;
	float: left;
	margin-right: 6px;
	background: #000;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #000;
	border-right:1px solid #000;	
}

.linkbutton_selected a{
	text-decoration: none;
	display: block;
}


.linkbutton a{
	text-decoration: none;
	display: block;
}