@charset "UTF-8";


/*

Copyright 2009 Mediamake - The Digital Agency


*/




/*---------------------------------------------------------------------------- GLOBAL */
* {
margin: 0;

border: 0 none;
outline-style: none;
}


/*---------------------------------------------------------------------------- BODY STYLE */

body { 
	background:#000 repeat-y scroll 50% 0;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	min-width: 900px;
	text-align:center
}

/*---------------------------------------------------------------------------- CLASSES */

.blue {
	color:#cadcf8;
	font-size:14px;
	line-height:25px;}
	
.emp_01 {
	font-size:18px;
}
.text2 {
	font-family: Helvetica Neue, Helvetica, sans-serif;
	font-size: 11px;
}

.italic {
	font-weight:normal;
	font-style:italic;
	font-size:10px;
}

/*---------------------------------------------------------------------------- HEADER DIVS */

#header_wrap {
	background: url(../images/header.png) repeat-x scroll 50% 0;
	height:53px;
}
#header_wrap2 {
	background: url(../images/header2.jpg) repeat-x scroll 50% 0;
	height:53px;
}
#header_container{
	position:relative;
	width:900px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}



/*---------------------------------------------------------------------------- PAGES */

#content_wrap_game {
	background:#529cd2  url(../images/content_background1.jpg) no-repeat scroll 50% 0;
	height:760px;
}

#game-back-img {
	position:absolute;
	left:26px;
	top:42px;
}
	
#content {
	background:transparent no-repeat scroll 0 0;
	margin:0 auto;
	padding:30px 0;
	position:relative;
	width:750px;
}

#content_container{
	position:relative;
	width:900px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}


/*---------------------------------------------------------------------------- FOOTER */

#street_wrap {
	background: url(../images/top-footer.png) no-repeat scroll 50% 0;
	height:100px;
}

#footer_wrap {
	background:#000 url(../images/footer.jpg) repeat-x scroll 50% 0;
	height:120px;
	
}

#footer_container{
	position:relative;
	width:900px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

#directors-message {
	position:absolute;
	left:0px;
	top:20px;
	width:600px;
	color:#FFF;
}

#copyright {
	position:absolute;
	left:0px;
	top:200px;
	width:600px;
	color:#FFF;
}
#pin {
	position:absolute;
	left:440px;
	top:110px;
}

#sign {
	position:absolute;
	left:110px;
	top:110px;
}

#line-brk {
	position:absolute;
	left:612px;
	top:23px;
}

#flash {
	position:absolute;
	right:0px;
	top:20px;
	width:250px;
}

#flash-ad {
	position:absolute;
	right:0px;
	top:90px;
}


	

/*---------------------------------------------------------------------------- INDEX */

#logo {
	position:absolute;
	left:0px;
	top:10px;
}

#tag-line {
	position:absolute;
	right:0px;
	top:10px;
}

#freddy {
	position:absolute;
	left:0px;
	top:70px;
}


#back_place
{
	position:absolute;
	right:2px;
	top:2px;
	cursor:pointer;


}

#back-btn
{
  display: block;
  width: 180px;
  height: 36px;
  background:  url(../images/back.png) no-repeat 0 0;
}

#back-btn:hover
{ 
  background-position: 0 -42px;


}

/*---------------------------------------------------------------------------- FREDDY WORLD */

#flashgame {
	position:absolute;
	left:37px;
	top:54px;
	text-align:center;
}

#logo2 {
	position:absolute;
	left:0px;
	top:-43px;
}


/*------------------------------------------------------ */	
	
	
a.mediamake:link {
	outline:none;
	color:#FFF;
	text-decoration:none;
}
a.mediamake:visited { 
	outline:none;
	color:#FFF;
	text-decoration:none;
}
a.mediamake:hover {
	outline:none;
	text-decoration:underline;
	color:#FFF;
}  
a.mediamake:active { 
	outline:none;
	color:#FFF;
	text-decoration:none;
}

/*------------------------------------------------------ */
