﻿@charset "utf-8";
/* CSS Document */

html, body	{
		width: 100%;
		height: 100%;

		margin: 0px;
		padding: 0px;

		background: #000000;
}

a         {color: #fff; text-decoration: none;}
a:link    {color: #fff; text-decoration: none;}
a:visited {color: #fff; text-decoration: none;}
a:active  {color: #fff; text-decoration: none;}
a:hover   {color: #fff; text-decoration: none;}

/* 전체적인 구성 */

#container_menu	{
		text-align: center;
}

#contents {
			padding: 80px 0px 0px 25px;
			font-family: 굴림;
			font-size: 11px;
			color: #fff;
			line-height: 180%;
			text-align: justify;
			letter-spacing: 0px;
}

/* 세부적인 디자인*/

img		{
		border: 0;
		selector-dummy: expression(this.hideFocus=true);
}

