/*
 background-image
 */
html
{
    background: silver url(/img/diagonals.gif);
}

/*
centring
 */
body
{
    font-size: 10.5px;
	text-align:center;
}

/**
 id
 */
#page
{
	width       : 200px;
	margin      : 0 auto;
    text-align  : left;
    border-left : dotted;
    border-right: dotted;
    border-width: 1px;
    background-color : white;
}
#title
{
    text-align  : center ;
    width : 187px;
    height: 114px;
    background : white url(/img/title_mini.png) no-repeat;
    background-position: 20% top;
}

/*
contents
*/
div.contents
{
    margin          : 0px;
    padding         : 3px;
    font            : 10px;
}
div.contents h2
{
    font-weight     : normal;
    font-size       : 10.5px;
    padding         : 3px;
    background-color: black;
    color           : white;
    margin-bottom   : 5px;
}
div.contents ul
{
    list-style-type : none;
    margin  : 0;
    padding : 0;
}
