﻿/*ALLG
------------------------------------------------------------------------------*/

*{
  font-family: helvetica, arial, "sans serif";
	font-size:11px;
	color:#333;
	line-height:16px;
}


body{
  margin:0;
	padding:0;
	text-align:center;
	background-color:#FFF;
}

img{
  border:0;
}

a{
  color:#00727f;
	text-decoration:none;
}

a:hover{
  color:#95bdc4;
}


a.ani{
	padding:0 0 0 15px;
  background:url(../images/layout/dot.gif) no-repeat 0px 3px;
}

.clear{
  clear:both;
}


/*CONTAINER
------------------------------------------------------------------------------*/

#header{
  width:768px;
	height:150px;
	margin:0 auto;
	background:#FFF url(../images/layout/title.jpg) no-repeat 50% 50%;
}

#image{
  width:100%;
	height:450px;
  background:#001112 url(../images/layout/world.jpg) no-repeat 50% 50%;
}

#footer{
  width:768px;
	height:170px;
	margin:0 auto;
}

#footer .left p,
#footer .right p{
  margin:0;
	padding:0;
}


#footer .left{
  width:380px;
	float:left;
	margin:30px 0 0 0;
	text-align:left;
}

#footer .right{
  width:380px;
	float:right;
	margin:30px 0 0 0;
	text-align:right;
}

#copy{
	border-top:1px solid #EEE;
  width:768px;
	margin:0 auto;
  text-align: left;
	padding:0 0 30px 0;
}

#copy .box{
	width:256px;
	float:left;
}





