
body{
background-image: url("Images/bg.jpg");
background-repeat:repeat-x;
}

/*navigation*/
#navigation{
height: 117px;
background-image: url("Images/navigation.jpg");
background-repeat: no-repeat;
margin:0;padding:0;list-style:none;
}

#navigation li{
float:left;
}

#Home{
width:69px;height:53px;
float:left;margin:0 0 0 201px;
}
#News{
width:56px;height:53px;
float:left;margin:0 0 0 2px;
}
#Programs{
width:71px;height:53px;
float:left;margin:0 0 0 2px;
}
#Download{
width:89px;height:53px;
float:left;margin:0 0 0 2px;
}
#Help{
width:84px;height:53px;
float:left;margin:0 0 0 2px;
}

/*text*/

#text{
margin:auto;
width:380px;
}