<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

This is a Tutoralzine Demo 
Original tutorial: A simple AJAX website with jQuery
Tutorial URL: http://tutorialzine.com/2009/09/simple-ajax-website-jquery/

You are free to use the following demo code for any purpose you see fit.

*/


/* Page styles */

body,h1,h2,h3,p,td,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	color:#51555C;
	font-size:13px;
	background-color:#000000;
	text-align:center;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.clear{
	clear:both;
}

a, a:visited {
	color:#007bc4;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#rounded{
	width:320px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}

.container{
	padding-top: 182px;
}

h1{
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

h2{
	font-weight:normal;
	font-size:20px;
	
	color:#999999;
}

ul{
	margin:30px 0px;
}

li{
	list-style:none;
	display:block;
	float:left;
	width:80px;
}

li a,li a:visited{
	padding:5px 10px;
	text-align:center;
	background-color:#000033;
	color:white;
	
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;

	display:block;
	margin-right:10px;
}

li a:hover{
	background-color:#666666;
	text-decoration:none;
}

#pageContent{
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#loading{
	visibility:hidden;
}

.demo{
	color:white;
}
#menu {
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 318px;
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#loading {
	height: 20px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

#sector_top {
	height: 55px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
#sector_bottom {
	height: 65px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	background-image: url(../images/sector_03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#sector_main {
	height: auto;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/sector_02.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
}
</pre></body></html>