/* BACKGROUND */
.background
{
 background-image: url("images/background.jpg");
 background-repeat: no-repeat;
}
/* TEXT ATREA */
.text_footer
{
 font-family: arial;
 font-size: 10pt;
 font-weight: bold;
 color: #ffffff;
}
.text_content
{
 font-family: arial;
 font-size: 12pt;
 font-weight: none;
 color: #ffffff;
}
/* GRAPHIC AREA */
.star
{
 position: absolute;
 z-index: 1;
 top: 300px;
}
/* LINK AREA */
.link_menu
{
 text-decoration: none;
 font-family: arial;
 font-size: 11pt;
 font-weight: bold;
 color: #444444;
}
.link_menu:hover
{
 text-decoration: none;
 font-family: arial;
 font-size: 11pt;
 font-weight: bold;
 color: #000000;
}
.link_content
{
 text-decoration: none;
 font-family: arial;
 font-size: 12pt;
 font-weight: none;
 color: #ffffff;
}
.link_content:hover
{
 text-decoration: underline;
 font-family: arial;
 font-size: 12pt;
 font-weight: none;
 color: #ffffff;
}
a
{
 text-decoration: none;
 font-family: arial;
 font-size: 12pt;
 font-weight: none;
 color: #ffffff;
}
a:hover
{
 text-decoration: underline;
 font-family: arial;
 font-size: 12pt;
 font-weight: none;
 color: #ffffff;
}
/* BORDERS AREA */
.border_image
{
 border: 1px solid #ffffff;
}

