/* 
  ----------------------------------------------------
	hyp3r-fux's CSS shit
  ----------------------------------------------------
  mkay guys, I know my CSS style suckz, but I hate
  all the web stuff, so accept it or fcuk 0x0ff
  damn :D
  ----------------------------------------------------
*/

/* some default settings for the body */
#hfuxBody
{
	background-color: #000000;
	color: #FFFFFF;
	font-family: Courier New,Courier,monospace;
	text-align: left;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	background-repeat: repeat;
	background-image: url(img/hfuxbgblurred.gif);
	background-position: top left;
}

/* fucking settings for displaying the fucking main "window" */ 
#hfuxDivMain
{
	border-color: #303030;
	background-color: #1A1A1A;
	color: #FFFFFF;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;	
	margin: 2px auto;
	padding: 0px;
	width: 900px;
	height: 600px;	
/* this is the fucking gradient */
	background-repeat: repeat-x;
	background-image: url(img/hfux_online_banner_bg.png);
	background-position: top left;
}

/* current page title */
#hfuxTxtTitle
{
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	text-align: right;
	color: #FFFFFF;
}

/* current page text/content */
#hfuxContent
{
	color: #F0B000;
	/*color: #F0B080;*/
	/*color: #FFFFFF;*/
	padding: 10px;
	height: 100%;
	width: 95%;
	
/* and this for the fucking text */
	text-align: left;
}

#hfuxFooter
{
	width: 900px;
	margin: 0px auto;
	text-align: center;
	color: #FFFFFF;
}

#hfuxDivMainBanner
{
/* l@@k it's the fucking banner for the fucking main fucking div :D */
	height: 52px;
	background-repeat: no-repeat;
	background-image: url(img/hfux_online_banner.png);
	background-position: top left;
	overflow: hidden;
}

/* hyp3r-fux' copyright message */
#hfuxTxtCp
{
	overflow: hidden;
	border-style: dotted;
	border-width: 1px;
	position: fixed;
	right: 2px;
	bottom: 2px;
	font-size: 11px;
	color: #FFFFFF;
}

#hfuxMainMenu
{
	position: fixed;
	width: 500px;
	margin: auto;
	text-align: center;
	color: #FFFF00;
}

a:link, a:visited, a:active
{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover
{
	color:#FFFF00;
	text-decoration:none;
}
