body
{
background-image:url('bg1.jpg');
background-repeat:repeat-x;
}

a
	{
		text-decoration:none;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#container
{
background-color:black;
position:relative;
margin:auto;
width:800px;
height:1000px;
}
#header
{
background-image:url('footer1.jpg');
position:absolute;
margin:0px;
width:800px;
height:50px;
}
#banner
{
background-color:red;
position:absolute;
margin-top:50px;
width:800px;
height:100px;
}
#nav
{
background-image:url('menu.png');
position:absolute;
margin-top:150px;
width:800px;
height: 50px;
}
#main
{
background-color:red;
position:absolute;
margin-top:200px;
width:800px;
height:750px;
}
#footer
{
background-image:url("footer3.jpg");
margin-top:950px;
position:absolute;
height:50px;
width:800px;

}
#footer:hover
{
background-image:url("footer3.jpg");
}
#contant
{
background:url("gallery.jpg") no-repeat;
position:absolute;
width:500px;
height:750px;
}
#notification
{
background-color:red;
position:absolute;
margin-left:500px;
width:300px;
height:750px;
}
#news
{
background-image:url("NEWS.JPG");
position:absolute;
width:300px;
height:350px;


}
#pic
{
background-image:url("IMAGES.jpg");
position:absolute;
width:300px;
height:400px;
margin-top:350px;
}
a:link {color:black;}      
a:visited {color:blue;}  
a:hover {color:pink;}  
a:active {color:green;}


.news-heading
	{
		background: url("footer3.jpg") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 25px;
    margin:;
    width: 295px;
	padding-left: 05px;
}
td:hover
	{
		background:black;
}
p
	{
		text-align:justify;
}