
body
{
    background-color: #dfdfbf;
    background-image: url("../img/bg.png");
    background-attachment: fixed;
    background-repeat: repeat;
  /*
	font-family:arial;
	font-size:16px;
*/
    /*font-family: ‘Arial Black’, Gadget, sans-serif;*/
        font-family: 'MS P Gothic', Tahoma, sans-serif;
}


/*Main box*/
#mainBox
{
	color: #000000;
        margin-left: 15%;
        margin-top: 5%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
        margin-bottom: 20%;
        width: 60%;
        border-width: 2px;
        border-color: #efe7ef;
        border-style: solid;
	background-color: #efe7ef;  
        box-shadow: 6px 6px 6px #888888;
}

#homePageBox
{
        text-align: center;
	color: #000000;
        margin-left: 15%;
        margin-top: 5%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
        margin-bottom: 20%;
        width: 60%;
        border-width: 2px;
        border-color: #efe7ef;
        border-style: solid;
	background-color: #efe7ef;  
        box-shadow: 6px 6px 6px #888888;  
        font-weight: bold;
}



div.imgBlock
{
        display:inline;
}

img.std
{
    ;
}

.pic_box
{
        box-shadow: 6px 6px 6px #888888; 
}

video
{
        box-shadow: 2px 2px 2px #888888; 
}
