﻿/**********************************************
You sunk my battleship
**********************************************/

body {
	background-image: url(images/PortalImages/PortalBackgroundGraySlab.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FCE7A4;
	font-weight:bold;
	font-size: 14px;
}

#Content {
	width:760px;
	height:570;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/PortalImages/PortalBackground.jpg);
	
}

#Trackers {
	position:relative;
	top:330px;
	text-align:center;
}

#Login {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	right:0px;
	text-align:center;
	width:200;
}

 fieldset { 
 border: 0px;
 }
 
/**********************************************
URL Color Changes
**********************************************/

.url {color: #FCE7A4}
a:link {
	color: #FCE7A4;
}
a:visited {
	color: #FCE7A4;
}
a:hover {
	color: #FCE7A4;
}
a:active {
	color: #FCE7A4;
}

/**********************************************
Buttons
**********************************************/

#Buttons {
	position:relative;
	top:150px;
	text-align: center;
}

#ClanMembers
{
  display: block;
  width: 107px;
  height: 23px;
  background: url("images/AbousUs.png") no-repeat 0 0;
}
#ClanMembers:hover
{ 
  background-position: 0 -40px;
}
#ClanMembers span
{
  position: absolute;
  top: -9001px;
}

#About
{
  display:inline-block
  width: 199px;
  height: 34px;
  background: url("images/Portal/About.png") no-repeat 0 0;
}
#About:hover
{ 
  background-position: 0 -34px;
}

#Forums
{
  display: block;
  width: 107px;
  height: 23px;
  background: url("images/Forums.png") no-repeat 0 0;
}
#Forums:hover
{ 
  background-position: 0 -40px;
}

#Announcements
{
  display: block;
  width: 107px;
  height: 23px;
  background: url("images/Announcements.png") no-repeat 0 0;
}
#Announcements:hover
{ 
  background-position: 0 -40px;
}
