<style type="text/css">
* {
margin: 0px;
padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}
ol, ul {
list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}
table {
border-collapse: collapse;
border-spacing: 0px;
}
fieldset, img {
border: none;
}
caption, th {
text-align: left;
}
q:before, q:after {
content:'';
}
p {
	margin: 5px 0px 0px 0px;
}
body {
background: url(http://ifeelu.co.kr/img/mainbg.jpg) repeat-x;
background-color: #4168A9;
}
#wrap {
width: 1045px;
overflow: hidden;
background: url(http://ifeelu.co.kr/img/mainbg.jpg) repeat-x;
background-color: #4168A9;
}
#headerMain {
	display: block;
	width: 1045px;
	float: left;
}
#contentLeft {
	display: block;
	margin-right: 0px;
	width: 235px;
	float: left;
	background-color: #4168A9;
}
#contentRight {
	display: block;
	background-color: #ffffff;
	width: 800px;
	float:left;
}
#footerMain {
	display: block;
	margin-bottom: 0px;
	width: 1045px;
	float: left;
	background-color: #4168A9;
}
</style>