*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* �������� ��Ʈ : ���� -- �̹� ��Ÿ�� ������Ʈ������ ������� ����.*/
/*
@font-face{
	font-family: 'NanumBarunGothicBold'; 
	src: url("../font/NanumBarunGothicBold.ttf") format("truetype"); 
}

@font-face{ 
	font-family: 'RixYeoljeongdoRegular'; 
	src: url("../font/RixYeoljeongdoRegular.ttf") format("truetype"); 
}
*/


@font-face{
	font-family: 'YUniverse-B'; 
	src: url("../font/YUniverse-B.ttf") format("truetype"); 
}
/*
@font-face{
	font-family: 'SeoulNamsanEB'; 
	src: url("../font/08SeoulNamsanEB.ttf") format("truetype"); 
}
*/

/* Layout */

body
{
	width: 1920px;
	height: 1080px;
	background: black;
	font-family:'YUniverse-B';
	overflow: hidden;

/*	image-rendering: -webkit-optimize-contrast;*/
}

