body{ position:  relative; height: auto !important; height: 100%; min-height: 100%; }
html{ height: 100%; }

#lg{
width:600px;
position:relative;
left:60px;
}

#block{
    float: left;
    margin: 5px;
    padding: 5px;
    width: 145px;
    
    border: 1px solid #cccccc;
    overflow:hidden;
    background-color: #F5F5F5;
	
	font-style:normal;
	font-family:"Tahoma", monospace;
	font-size: 15px;	
   
}
#mov{
    float: left;
    margin: 5px;
    
    width: 350px;
    height:250px;
    border: 1px solid #cccccc;

}
#movban{float:left; margin: 5px;height:252px;}
#block2{
    float: left;
    margin: 5px;
    padding: 5px;
    width: 690px;
    
    border: 1px solid #cccccc;
    overflow:hidden;
    background-color: #F5F5F5;
   
}
#welcome{
    float: left;
    margin: 5px;
    padding: 5px;
    width: 690px;
    
    border: 2px solid #cccccc;
    overflow:hidden;
    background-color: #F5F5F5;
	
	font-style:normal;
	font-family:"Tahoma", monospace;
	font-size: 15px;
	
}
#mimg{
padding:5px;
float:left;
width:160px;
}
#mimg h2{
background-color:#E9E9E9;
height:14px;
width:160px;
font-size:10px;
	font-style:normal;
	font-family:"Tahoma", monospace;

}

a{
font-style:normal;
font-family:"Tahoma",  monospace;
color:#333333;
text-decoration: none;
font-size:12px;
}
 a:hover{
color:#F5F5F5;
text-decoration: none;
}


#header
{
    width:100%;
    text-align:center;
    font-family:"Courier New", Courier, monospace;
    margin:0px;
    padding:0px;
}
#footer
{
    float: left;
    margin: 5px;
    padding: 5px;
    width: 90%;
    position :relative;
    top:0px;
    border: 2px dotted #cccccc;
    overflow:hidden;


}

#footer a{
color:#333333;

text-decoration: none;
}
#all {position: absolute; top:100px; height: 100%;}
