@screen {
  * html .minwidth
  {
    border-left: 784px solid #ffffff;
    position: relative;
    float: left;
    z-index: 1;
  }
  * html .container
  {
    margin-left: -784px;
	   position: relative;
	   float: left;
	   z-index: 2;
  }
}
.width
{
	width: 100%;
	min-width: 784px;
}
img
{
	border: none;
}
#header
{
	float: left;
   width: 100%;
}
#navbar
{
	float: left;
   margin: 0px;
   background-color: #333399;
   text-align: left;
   color: #ffffff;
   width: 100%;
   clear: both;
}
#footer
{
	float: left;
   margin: 0px;
   background-color: #333399;
   text-align: center;
   color: #ffffff;
   font-weight: bold;
   width: 100%;
}
#footer a, #navbar a
{
   color: #ffffff;
   font-weight: bold;
   font-size: 11px;
   text-decoration: none;
}
#footer a:hover, #navbar a:hover
{
   font-weight: bold;
   font-size: 11px;
   color: #ffffff;
   text-decoration: underline;
}
#base
{
	float: left;
	background: url(/search/linea.jpg) top right repeat-y;
	background-color: #ffffff;
   width: 100%;
}
#menu
{
	float: right;
	width: 171px;
	background-color: #ffffff;
	padding: 9px;
}
#work
{
	margin-right: 192px;
	background-color: #ffffff;
}
