/********************************************************************
css layout for index.html
/*******************************************************************/
body{
	font-family: 'futuram';
	background-color:#000000;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}

a:hover {text-decoration: none;}

img.back-screen{
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}
/**
@media screen and (max-width: 1024px){
	img.back-screen {
		left: 50%;
		margin-left: -512px; }
}
**/
#title-erea { 
	position: relative; 
	width: 1000px; 
	margin: 230px auto 0 auto;
	text-align:center;
	z-index:100;
}

#title-erea h1{ 
	font-family:'futuram',Arial,Times;
	font-size:60px;
	color:#FFFFFF;
	text-align:center;
	z-index:9;
}

#contents {
	position: relative; 
	width: 1000px; 
	height:300px;
	margin: 30px auto 0px auto;
	z-index:90;
}

#contents #menu-A{ 
  height: 200px;
  width: 200px;
  float:left;
  margin-left:30%;
  text-align:center;
}

#contents #menu-B{ 
  height: 200px;
  width: 200px;
  float:left;
  text-align:center;
}

#contents #menu-C{ 
  height: 200px;
  width: 200px;
  float:left;
  margin-right:120px;
  text-align:center;
}



#contents  p{
	font-family:'futuram',Arial,Times;
	font-size:20.5px;
	font-weight:bold;
	color:#FFFFFF;
}

#contents  .menu-list p{
	font-family:'futuram',Arial,Times;
	font-size:15.5px;
	font-weight:bold;
	color:#FFFFFF;
}

/********************************************************************
css layout for works.html
/*******************************************************************/
.display ul {
    padding:0px;
    margin:0px 0px 50px 0px;
    /**text-align: justify;**/
	text-align: center;
    text-justify: distribute-all-lines;
}

.display:after ul{
    content:url(css_justify.png);
    line-height:0px;
    visibility:hidden;
}

.display ul li{
    display:inline;
    margin:20px;
    padding:0;
}

.display ul li img{
	display:inline;
	height:360px;
	width:240px;
	/**opacity:0.1;**/
}

div.display {
  margin:50px 50px 50px 50px;
  text-align: justify;
}

#staff-info{
    height: 50px;
	width:850px;
	margin: 0px auto 0px auto;
	text-align:right;
}

#staff-info h1{
	font-family:'futuram',Arial,Times;
	font-size:10px;
	font-style:italic;
	color:#FFFFFF;
	margin-right:25px;
	/** text-align:center; **/
}

#work-footer{
    position: relative;
    bottom: 0;
    height: 60px;
	margin: 0px 150px 0px 150px;
}

#work-footer h1{
	font-family:'futuram',Arial,Times;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}

/********************************************************************
css layout for contact.html
/*******************************************************************/
#contact-name { 
	position: absolute;
	width: 100%; 
	margin: 200px auto; 
}

#contact-name  h1 { 
	font-family:'futuram',Arial,Times;
	font-size:30px;
	color:#FFFFFF;
	text-align:center;
}

#contact-details { 
    position: absolute;
	width: 100%;
    margin: 300px auto; 
}

#contact-details p {
	font-family:'futuram',Arial,Times;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}