html
{
background-color: white;
background-image: none;
}

#header ul, #search, #menu, #wrapper, #article_menu
{
display: none;
}

#header
{
background-color: #333;
}

#header h1
{
font-size: 2em;
}

.nodisplay
{
display: inline;
border: 1px solid red;
}

#details
{
display: inline;
color: black;
background-color: white;
border: 1px solid red;
}

#article
{
background-image: none;
width: 100%;
border: none;
padding: 0;
}

#article_desc
{
float: none;
width: 100%;
margin: 0;
padding: 0;
}