@import url(main.css);

#page{
background-image:  url("../../images/medres/background02.png");
background-position: center;
background-repeat: no-repeat;
}

#nav_links{
left: 26%;
bottom: 5%;
}

#text{
position: absolute;
width: 73%;
top: 26%;
left: 12%;
color: #FFFFFF
}

#text a{
text-decoration: none;
color: #CCCCCC;
}

#text a:hover{
color: #FFFFFF;
}