/******** Zero all margins and padding at start *******/

* {
  padding: 0;
  margin: 0;
}

/*************/

body		{		
		font-size : 14px;
		font-family : Arial, sans-serif;
		min-width: 920px;
		color: #abb2b2;
		background: #000;
		behaviour: url(csshover.htc);/*WinIE Behaviour Call*/
} 

/**********************/

#wrapper	{
	 	width:920px;
		position: relative;
		left: 50%;
		margin-left: -460px;
}

/********* Position the main Fyne Ales Logo *********/

#fynealeslogo	{
		position: absolute;
		left: 0;
		top: 0;
}

/********** Position and Format the header text **********/

#headertext	{
		position: absolute;
		top: 55px; 
		left: 200px;
		font-size: 30px;
		color: #abb2b2;
}

/********** Position the Beer Logos at Base of Page **********/

#avalanchelogo	{
		position: absolute;
		top: 515px;
		left: 275px;
}

#avalanchelogo img	{
		border: none;
}

#highlanderlogo	{
		position: absolute;
		top: 515px;
		left: 361px;
}

#highlanderlogo img	{
		border: none;
}

#mavericklogo	{
		position: absolute;
		top: 515px;
		left: 446px;
}

#mavericklogo img	{
		border: none;
}

#pipersgoldlogo	{
		position: absolute;
		top: 515px;
		left: 531px;
}

#pipersgoldlogo img	{
		border: none;
}

#vitalsparklogo	{
		position: absolute;
		top: 515px;
		left: 616px;
}

#vitalsparklogo img	{
		border: none;
}

/******************* Footer Style **************/

#footerccs	{
		position: absolute;
		top: 630px;
		right: 0;
}

#footerccs p	{
		font-size: 10px;
		color: #222;
}

#footerccs a	{
		text-decoration: none;
		color: #222;
}

#footerccs a:hover	{
		text-decoration: underline;
		color: #333;
}

