body
{
background-color: rgb(255, 255, 255); 
background-image: url(refugee.jpg);
background-repeat: no-repeat;
background-position: 
 center; 
}
body.refugee
{
background-color: rgb(255, 255, 255); 
}
div.container
{
width: 800px;
heigth: 770px;
position: absolute;
top: 35px;
left: 120px;
}

div.transbox
{
  width: 800px;
  height: 770px;
  position: absolute;
top: 60px;
left: 130px;
  background-color: #ffffff;
  border: 1px solid black;
  filter:alpha(opacity=60);
  opacity:0.6;
  -moz-opacity:0.6;
}
div.transbox p
{
  margin: 25px;
  font: 14px arial;
  color: #000000;
}

a.front:link {color: black; text-decoration: none}
a.front:visited {color: black; text-decoration: none}
a.front:hover {font-size: 180%}

a.work:link {color: black; text-decoration: underline}
a.work:visited {color: black; text-decoration: underline}
a.work:hover {text-decoration: none}

p.text
{
font: 12px arial;
color: black;
}

h4
{
margin left:130;
}
p.home
{
text-align: right;
}

a.home:link {color: black; text-decoration: underline; text-align: right;}
a.home:visited {color: black; text-decoration: underline; text-align: right;}
a.home:hover {text-decoration: none; text-align: right;}
