/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
#header-bg{
	background-image:url(img/banner_bg.jpg);
	repeat:x-repeat;
	height:111px;
}
#menu-bg{
	background-image:url(img/banner_bottom.jpg);
	repeat: no-repeat;
	height:22px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6600FF;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	color:#6600FF;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	background-color:#66FFFF;
}
#profile{
	width:150px;
	height:350px;
}
#buttons{
	width:100px;
	height:350px;
	padding-top:0;
}
#image{
	width:350px;
	height:350px;
	padding-top:0;
}
#intro-image{
	background-color:#000;
}
a.intro{
	color:#FFF;
	font-size:16px;
}
a:hover.intro{
	text-decoration:underline;
	background-color:#000000;
}



