/*		REDEFINES		*/

body
{	background: #fff url('../images/background.png') repeat-x 0 -50px;
	margin: 0;
	}
	img
	{	border: none;
		}
	
	/*		CONTAINERS		*/
	
	#page_container
	{	position: relative;
		width: 1100px;
		height: 778px;
		background: url('../images/content.png') no-repeat;
		margin: 64px auto;
		}
		a
		{	position: absolute;
			z-index: 1;
			top: 245px;
			left: 670px;
			}
		#twitter
		{	z-index: 2;
			top: -55px;
			left: 950px;
			width: 40px,
			height: 40px;
			display: block;
			overflow: hidden;
			}
		#facebook
		{	z-index: 3;
			top: -55px;
			left: 1000px;
			width: 40px,
			height: 40px;
			display: block;
			overflow: hidden;
			}
