 body, html {
        margin: 0;
        padding: 0;
    }
    body {
	background: #000;
        font-family: "arial";
    }
    a img {
        border: 1px solid #333;
        
    }
    a {
        text-decoration: none;
    }
    #wrapper {
        width: 1191px;
        margin: 0 auto;
        background: #2A95D2 url(images/container-bg.jpg) repeat-x top left;
        position: relative;
    }
    #header {
        height: 141px;
        background: url(images/header-bg.jpg) no-repeat top left;
        position: relative;
    }
    #header form {
        overflow: hidden;
        zoom: 1;
        position: absolute;
        right:30px;
        top: 65px;
    }
    #header .polje label {
        font-size: 11px;
        color: #fff;
        font-family: "arial";
        display: block;
    }
    #header .polje input {
        border: 0;
        width: 130px;
    }
    #header .polje {
        float: left;
        margin-right: 10px;
    }
    #content {
        padding: 150px 45px 70px 45px;
        overflow: hidden;
        zoom: 1;
    }
    #videos {
	overflow: hidden;
        width: 600px;
	margin: 0 auto;
    }
    #videos .thumbnail {
	width: 150px;
	height: 150px;
	float: left;
        text-align: center;
        margin: 0 25px;
        display: inline;
    }
    #videos .thumbnail a {
        color:#FFFFFF;
        display:block;
        font-family:"arial";
        font-size:11px;
    }
    .video_preview {
        width: 430px;
        margin: 0 auto;
        text-align: center;
    }
    
    .poruka_glasanje {
        margin: 0 auto;
        text-align: center;
    }
     #form1 label {
        font-size: 11px;
        color: #fff;
        font-family: "arial";
        display: block;
        margin-top: 7px;
    }
    #form1 input {
        border: 0;
        width: 190px;
    }