body
{
background: url(images/bg.jpg) #fff repeat top center;
text-align:center;
margin:0 auto;
padding:0;
}

#header
{
margin:0 auto;
width:100%;
height:auto;
background: url() transparent center;
}

#magic
{
width:1000px;
height:auto;
margin:0 auto;
background:#fff;
}

#inbodyg
{
margin:0 auto;
width:1000px;
height:auto;
background: #fff;
}

#footer{
margin:0 auto;
width:100%;
height:auto;
}

div.spacer{
height:25px;
}

.name{
font-family:georgia;
font-size:22px;
color:#fff;
padding:20px;
display:block;
background:#2c1505;
font-weight:normal;
font-style:italic;
margin:0;
}

.info{
font-family:georgia;
font-size:22px;
color:#2c1505;
padding:15px;
font-weight:normal;
font-style:italic;
margin:0;
}

.photographer{
font-family:georgia;
font-size:12px;
color:#555;
padding:0px 0 20px 0 ;
font-weight:normal;
font-style:italic;
margin:0;
}

.foot{
font-family:georgia;
font-size:12px;
color:#000;
padding:40px;
font-weight:normal;
font-style:italic;
margin:0;
}

/*---------------------------------------------------------------------------------------------------------------- This is Handling Gallery */

div.gallery
{
width:960px;
text-align:center;
margin: 0px auto;
}

div.gallery ul li
{
display:inline;
width:90px; 
height:90px; 
float:left; 
border:2px solid #fff;
margin:2px;
overflow:hidden;
}

div.gallery ul li:hover
{
display:inline;
width:90px; 
height:90px; 
float:left; 
border:2px solid #2c1505;
margin:2px;
overflow:hidden;
}

div.gallery ul li a
{
display:block;
width:90px;
height:90px;
cursor:pointer;
text-decoration:none;
background:#444;
overflow:hidden;
}

br.clear{
clear:both;
}

img
{
border-style:none;
}

/* Handling a ------------------------------------- Standard*/
a:link, a:visited , a:active
{
color:#000;
outline:none;
text-decoration:none;
}

a:hover , a:focus
{
color:#000;
outline:none;
text-decoration:underline;
}