/*----------------------------------
  Global properties
 ------------------------------- */
body{
	background-color:#000000;
	background-image: url(images/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	padding:0px;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	text-align:center;
	font-size:12pt;
	font-family:Arial, Verdana;
	color:#AAAAAA;
	width:1000px;

}

a:link, a:active{
	color:#440000;
	text-decoration:underline;
} 

a:visited{
	color:#999999;
	text-decoration:underline;
}


h1{
	color:#AAAAAA;
	font-size:36px; 
	font-weight:bold;
	text-align:120px;
}
#bottomtext{
	color:#777777;
	font-size:8pt;
	text-align:center;
	font-weight:bold;
}
#description{
	color:#cc0000;
	font-weight:bold;
	font-style:italic;
}
#welcomemessage{
	font-weight:bold;
}
/*--------------------------
Toptitle properties
--------------------------*/
#toptitle{
	background-image:url(images/showeraspirations2.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:150px;
	width:720px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	padding:0px;
}
/*------------------------
Side Image Properties
------------------------*/
#sideimage{
	padding:0px;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:870px;
}
/*-----------------------
Left Buttons Properties
-----------------------*/
#leftbuttons{
	float:left;
	text-align:left;
	margin-bottom:0px;
	margin-right:0px;
	padding-right:0px;
	position:fixed;
	
	
}
