/* basic */

a:link, a:visited, a:active, a:hover { text-decoration:none; }
img { border:none; float:left; }

A.roll img { display:inline; border:0; } 
A.roll img.over { display:none; } 
A.roll:hover { border:0; }
A.roll:hover img { display:none; } 
A.roll:hover img.over { display:inline; }


/* Body */

body
	{
	background-image: url(http://cfs.tistory.com/custom/blog/84/843415/skin/images/bg.png);
	background-repeat: repeat;
	margin: 0;
	}

ul {display:none; margin:0px;}


/* ID */

#align { 
	width: 100%;
	text-align: center; 
	}

#container {
	width:1080px;
	margin: 0 auto;
	text-align: left; }

#header {
	width:1080px;
	height: 200px;
	background-image: url(http://cfs.tistory.com/custom/blog/89/893937/skin/images/header2.png);
	background-repeat: no-repeat; }

#menu 
	{ 
	width:1080px;
	height: 100px;
	background-image: url(http://cfs.tistory.com/custom/blog/89/893937/skin/images/menubg.png);
	background-repeat: no-repeat; }


#content {
	width:1080px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 0px
	padding-bottom:0px;
	background-image: url(http://cfs.tistory.com/custom/blog/84/843415/skin/images/contentsbg.png);
	background-repeat: repeat-y; }

#footer {
	width:1080px;
	height:200px;
	background-image: url(http://cfs.tistory.com/custom/blog/84/843415/skin/images/footer.png) ;
	}
