/*Front Page StyleAuthor: JSC - STUFF.group*/

html { overflow-y: scroll; }
img { border: none }
body,td,th {	font-family: Verdana, Arial, Helvetica,  Dotum, "돋움", sans-serif;	
font-size: 11px;	
color: black;}

div.logo {
position: absolute;
top: 30%;
left: 20px;
display:block;
margin:0;
overflow: hidden;
}

div.logo a:link { text-decoration: none; color: white }
div.logo a:visited { text-decoration: none; color: white }
div.logo a:hover { color: white }

/* navigation 

div.nav1 {
position: fixed;
top: 200px;
left: 20px;
line-height:2em;
}
*/
/* main contents */
/* image contents*/
 
div.imagebox {
position: absolute; 
top: 30%;
left: 515px;
width: 600px;
height: 300px;
overflow: hidden;
}

/* blog contents 
div.blogbox {
position: fixed;
top: 625px;
left: 225px;
width: 400px;
height: 300px;
right: auto;
overflow: auto;}
*/

/* facebook contents */
div.fbbox {
position: absolute; 
top: 30%;
left: 1130px;
width: 600px;
height: 300px;
font-family: Verdana, Arial, Helvetica,  Dotum, "돋움", sans-serif;	
font-size: 11px;	
color: black;
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: scroll;
}


