#top_links
{
	text-align:center;
	color:red
} 

#container {
	height: 98%;
}

#footer {
	position: realtive;
	bottom: 0;
	background-color: #ccffcc;
	text-align: center;
}

body
{
	background-image:url('/pic/page/gradient2.png');
	background-repeat:repeat-x;
}

h1
{
	color:orange;
	text-align:center;
}

p
{
	font-family:"Times New Roman";
	font-size:20px;
}

a
{
	font-family:"Times New Roman";
	font-size:20px;
}

a:link {color:#0000F0}    /* unvisited link */
a:visited {color:#0000F0} /* visited link */
a:hover {color:#0000FF}   /* mouse over link */
a:active {color:#0101FF}  /* selected link */