html,body { 
	background-color: #dddddd;
	text-align:center;
	margin: 0; 
	background-image: url("images/bg.png");
	background-repeat: repeat-x;
	height:100%;
}

body#index {
	background-color: #eeeeee;
	text-align:center;
	margin: 0; 
	height:100%;
}

div#pagecontainer {
	background-color: #ffffff;
	margin: 0 auto;
	width: 700px;
	height:auto;
	text-align: center;
}
 

.text {
 	font: 14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #666666;
 }

.sec {
 	font: 24px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
 	font-weight: bold;
	color: #000000;
 }

div#textcontainer {
	width: 600px;
	text-align: left;
 }
 
div#appdesc {
	width: 350px;
	text-align: left;
}

a { color: #0088cc; font: 14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;}
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

.bigBigLink {
	font: 28px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

