
a, a:link, a:hover {
	color:inherit;
	text-decoration:none;
}

a:hover {
	opacity:0.3;
	text-decoration:underline;
}


a:visited{
	color:#333;
}

body {
	margin:0;
	padding:0;
	border:0;
	background:url(images/background.jpg) bottom center no-repeat;
}

#container {
	width:900px;
	position:absolute;
	top: 10%;
	/*before: left:50%;*/
	margin-left:-450px;
	font-family:"Myriad Pro",verdana,arial;
}

/*tambahan*/
#campaigns{
	top: 0px;
	clear:both;
}

#header {
	background:#000066;
	height:10%;
	/*before: 100px*/
	padding:10px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	text-align:center;
}

#content {
	padding-bottom:130px;
	min-height:350px;
	height:100%;
}

#mainContent {
	padding:30px;
}

#enterLazuli {
	position:absolute;
	width:830px;
	height:150px;
	text-align:center;
	background:#fff;
	padding-top:100px;
	margin-top:15px;
	font-size:40px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index:300;
	font-weight:bold;
}

#enterLazuli:hover {
	filter:alpha(opacity=88);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#enterLazuli a:hover {
	text-decoration:underline;
}

#footer {
	height:130px;
	width:100%;
	background:#000066;
	color:#fff;
	position:absolute;
	bottom:0px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft:15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

#sosmark {
	height:50px;
	position:relative;
	top:25px;
	left:20px;
}

#sosmark img {
	width:auto;
	margin-right:5px;
	height:35px;
	border:0;
	margin:5px;
}

#info {
	font-size:small;
	width:300px;
	height:100px;
	border-left:thin solid #fff;
	position:absolute;
	left:330px;
	bottom:15px;
	text-align:left;
	padding-left:15px;
}

