/************************************************\
 ******************** LAYOUT ********************
\************************************************/

/*	Created: Date & Time
 *	Author: Firstname Lastname <url>
*/


/*	LAYOUT
 *	----------------------------------------------
*/

	html,
	body
	{
		height: 100%;
	}

	#container
	{
		position: relative;
		height: auto !important;
		height: 100%;

		min-height: 100%;

		background: url(../images/brillianz-bg.jpg) bottom left no-repeat;
	}

	#content
	{
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		min-width: 362px;
		margin-top: -60px;
		text-align: center;
	}

	#logo
	{
		position: relative;
		width: 362px;
		height: 121px;
		margin: 0 auto;
	}
