/* 
================================
Skin styles for DotNetNuke
================================
*/   
body {background-color: #1C275B; /*Namesto temno zelene*/ height:100%; margin: 0px;}
.pagemaster
{
    width: 100%;
    height: 100%;
    background-color: #1C275B; /*Namesto temno zelene*/
    padding: 0px;
    margin: 0px;
    margin-bottom: -19px;
}
.body_left
{
    background-image: url(bg_left_1.gif);
    background-repeat: repeat-y;
    background-position: right;
    width: 28px;
    background-color: #1C275B; /*Namesto temno zelene*/
    color: #FCCD94;
}
.body_right {
	background-image: url(bg_right_1.gif);
	background-repeat: repeat-y;
	background-position:left;
	width: 28px;
	background-color: #1C275B; /*Namesto temno zelene*/
}
