html body 
{
height: 100%;
width: 100%; 
margin: 0;
padding: 0;
background: #606060;
}

body, td, th, caption, input, select, caption, p {font:normal 12px ³ª´®°íµñWeb,"±¼¸²", Gulim, "µ¸¿ò", dotum, AppleGothic, sans-serif;color:#bcbcbc;}

a {color:#c8c8c8; text-decoration:none;}	
a:link    { color:#c8c8c8; text-decoration:none; }
a:hover	  { color:#ffffff;text-decoration:underline;}	
a:active  { color:#ffffff; text-decoration:underline; }
a:visited { color:#c8c8c8; text-decoration:none; }

.logo {margin:0 0 0 0; font-size: 1.5em;font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif, "µ¸¿òÃ¼", "µ¸¿ò", "Dotum";color: #bcbcbc;}
.logo  a:link    { color:#bcbcbc; text-decoration:none; }
.logo  a:visited { color:#bcbcbc; text-decoration:none; }
.logo  a:active  { color:#bcbcbc; text-decoration:underline; }
.logo  a:hover   { color:#ffffff; text-decoration:none; }

.mainmenu {margin:0 0 0 0; font-size: 1.0em;font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif, "µ¸¿òÃ¼", "µ¸¿ò", "Dotum";color: #666666;}
.mainmenu  a:link    { color:#666666; text-decoration:none; }
.mainmenu  a:visited { color:#666666; text-decoration:none; }
.mainmenu  a:active  { color:#000000; text-decoration:none; }
.mainmenu  a:hover   { color:#ffffff; text-decoration:none; }

.bbs_view_subject {margin:0 0 0 0; font-size: 1.5em;font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif, "¸¼Àº°íµñ", "µ¸¿ò", "Dotum";color: #bcbcbc;}
.bbs_view_subject  a:link    { color:#bcbcbc; text-decoration:none; }
.bbs_view_subject  a:visited { color:#bcbcbc; text-decoration:none; }
.bbs_view_subject  a:active  { color:#bcbcbc; text-decoration:underline; }
.bbs_view_subject  a:hover   { color:#ffffff; text-decoration:none; }

.img-shadow {
float:right;
background: url(http://www.saram-in.com/skin/bbs/howweb_gallery/images/trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}


.img-shadow img {
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
padding: 5px; /* This creates a border around the image */
background-color: #fff; /* Background color of the border created by the padding */
border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}
