/*
-----------------------------------------------
author : daniel bulli
web    : http://www.nuff-respec.com/technology/slide-puzzle-javascript-mootools
email  : dbulli_puzzle@nuff-respec.com
----------------------------------------------- */

/* -- initialize base -- */
	*, td, img {margin : 0; padding : 0;}
	img { border: 0; }

	form, fieldset {font: 100%/120% verdana, arial, sans-serif}
	p	{padding: 0 0 0 0; margin: 0 0 1em 0}

	form label {cursor: pointer}
	fieldset {border: none}
	input, select, textarea {font-size: 100%}


/* -- body -- */
	body {
		background-color: #000;
		color: #83cfb5;
		font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
		font-size: 13px;
		line-height: 1.6em;
		width: 700px;
		height: 755px;
		text-align:left;
		/*overflow:hidden;*/
	}

/* -- [ content ]
-----------------------------------------------*/

	#content {
		padding: 20px 0 0 50px;
		width: 700px;
		height: 640px;
	}

	#content h1 {
		margin-bottom: 1em;
		color: #fff;
	}

	p {
		font-size: .9em;
		margin-top: 10px;
		border-top: 1px solid #666;
	}
	
	#puzzle {
		float: left;
		width: 580px;
		margin-right: 80px;
	}
/* -- [ copyright ]
-----------------------------------------------*/
	#copyright{
		color: #666;
		font-size: 10px;
		position: absolute;
		top: 735px;
		left: 50px;
		height: 18px;
	}

/* -- [ footer ]
-----------------------------------------------*/

	#footer {
		color: #666;
		clear: both;
		font-size: 10px;
		line-height: 20px;
		letter-spacing: 1px;
		margin-top: 60px;
		padding: 0 0 2em 50px;
		height: 6em;
		overflow: hidden;
	}


/* -- [ links ]
-----------------------------------------------*/

	/* -- general -- */
		a:link,
		a:visited	{color: #404040; text-decoration: none;}
		a:hover,
		a:active,
		a:focus		{color: #fff; text-decoration: underlined;}
		a img		{margin-left: 50px;}