body
{
    background-image: url(image/background.png);
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    font-family: calibri, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #868686;
}

#top
{

    margin: 0 auto;
    height: auto;
    width: 510px;
}

header
{
    background-image: url(image/justyna_wnuk.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    height: 400px;
    width: 490px;
}

article, footer
{
    width: 470px;
    margin-left: 10px;
    margin-right: 10px;
    margin: 0 auto;
}

.big_font
{
    font-size: 18px;
    font-family: 'Courier New';
}


a.fancybox {
	outline: none;
}

a.fancybox img {
	padding: 2px;
	margin: 0 auto;
	vertical-align: top;
        margin-bottom: 30px;
        margin-top: 30px;
}

a.fancybox img.last {
	margin-right: 0;	
}

