@charset "UTF-8";
/* CSS Document */

/**
*	@css		: Portfolio
*
*	@author		: Daniel Ivanovic
*	@contact	: dan@anti-blanks.co.uk
*
*	@usage		: Contains all document styles for Anti-Blanks Portfolio site
*/

/**
*	Global : html
*	Global : body
*
*	Styles the main html / body of the site
*/
html 
{
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

/**
*	Class : main
*
*	Styles the main content holder of the site
*/
.main 
{
	height: 100%;
	width: 100%;
}

/**
*	Div : application
*
*	Styles the flash application element
*	This class is bound to the div in the swfobject attributes param ( NOT in the mark-up )
*/
#application 
{
	position: absolute;
	left: 50%;
	margin-left: -512px;
	text-align: left;
	width: 1024px;
}

/**
*	Class : altcontent
*
*	Styles the flash alternative content ( The content which is displayed if the users playe version is not up to scratch )
*/
.altcontent
{
	position: relative;
	float: left;
	width: 100%;
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

/**
*	Class : flbtn
*
*	Styles the fl button
*/
.flbtn
{
	position: relative;
	padding: 10px 0px 0px 0px;
	float: left;
	width: 100%;
	text-align: center;
}
