﻿@charset "utf-8";

div.photobox{
             width:808px;
             height:500px;
             background: url(beach.jpg) no-repeat;
             position:relative;}

.photobox p{
             width:400px;             
             position:absolute; top:365px;left:400px;
             font-size: 80%;
      	     line-height: 180%;
             letter-spacing: 2px;
             color:#FFFFFF;
             text-align:center;}

.photobox a{
             font-size: 80%;
	     line-height: 150%;
             letter-spacing: 2px;
             color:#FFFFFF;
             font-weight:normal;}

a {	color: #000000;
	text-decoration: none;
	font-weight:bold;
	}
