a
{
	border: none;
	text-decoration: none;
	color: #FFFFFF;	
}

body
{
	background-image: url("floppydee-back.jpg");
	background-attachment: fixed;
	background-position: right bottom;
}

html, body
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-color: #111111;
}

#container
{
	position: relative;
	width: 1000px;
	height: auto;
	padding: 20px 0px 20px 0px;
	margin: 0 auto 0 auto;
}

#container_logo
{
	position: relative;
	width: 1000px;
	height: 254px;
	margin: 0px 0px 50px 0px;
	background-image: url("floppy-dee-head.png");
	background-repeat: no-repeat;
}

#container_content
{
	position: relative;
	float: left;
	width: 1000px;
	height: auto;
	padding: 10px 10px 10px 10px;
	
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #404040;
}

#container_foot
{
	position: relative;
	clear: both;
	width: 1000px;
	height: 70px;
	margin: 50px 0px 50px 0px;
	
	background-image: url("images/floppy-dee-foot.png");
	background-repeat: no-repeat;
}

/* GUI */

.GUI_button
{
	position: relative;
	float: left;
	min-width: 30px;
	height: 50px;
	margin: 0px 5px 5px 0px;
}

.GUI_button_left
{
	position: relative;
	float: left;
	width: 10px;
	height: 50px;
	background-image: url("images/GUI_button_left.png");
	background-repeat: no-repeat;
}

.GUI_button_middle
{
	position: relative;
	float: left;
	width: auto;
	height: 19px;
	padding: 16px 0px 15px 0px;
	
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	
	background-image: url("images/GUI_button_middle.png");
	background-repeat: repeat-x;
}

.GUI_button_right
{
	position: relative;
	float: left;
	width: 10px;
	height: 50px;
	background-image: url("images/GUI_button_right.png");
	background-repeat: no-repeat;
}

.GUI_grid
{
	position: relative;
	float: left;
	width: 1000px;
	min-height: 200px;
}

.GUI_grid_field
{
	position: relative;
	float: left;
	width: 230px;
	height: 140px;
	margin: 0px 10px 20px 10px;
	padding-top: 90px;
	
	font-family: Tahoma, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	
	cursor: pointer;
	
	background-color: #ff335b;
}

#GUI_grid_field_1
{
	background-image: url("201201_swept-clean.jpg");
	background-size: 100%;
}

#GUI_grid_field_1:hover
{ 
	background-image: url("cc-88x31.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.GUI_grid_field:hover
{
	background-color: #111111;
}

.GUI_grid_clear
{
	position: relative;
	clear: both;
	width: 1000px;
	height: 0px;
}