@charset "UTF-8";

/* CFWINDOW MODAL CSS */
.x-dlg-mask { 
	background-color: red; opacity:0.50;
}
/* END */

*{margin: 0; padding: 0;}

/*reset.css thanks to Eric Meyer*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: center;
	background: transparent;
	/*text-align: left;*/
}

html {
	height: 100%;
}

body {
	text-align: center;
	vertical-align: middle;
	background: #111111 url(http://happy.smilecardgif.kr/movie/snow_bg1.jpg) repeat-x top center fixed;
	height: 100%;
	line-height: 1;
	font-size:62.5%;
}
/* Class for clearing floats */
.clear {
	clear:both;
}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Remove border around linked images */
img {
	border: 0;
}

ol, ul {
	list-style: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin-top:0px;
	margin-bottom:1em;
	line-height:1.5em;
}

h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	color: #036;
	padding: 0 0 5px 0;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
	/*border-bottom: 1px solid #003399;*/
	}
	
h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #036;
	text-transform: uppercase;
	padding-bottom: 20px;
}
	
blockquote {
	padding-left: 50px;
}
#content-body{
	/*
	float: center; 
	width: 1080px;
	*/
	width:100%;
	height:100%;
}