@font-face
{
	font-family: font_marvel;
	src: url('../fonts/marvel.ttf');
	
	font-family: font_opensans;
	src: url('../fonts/OpenSans-CondBold.ttf');
}

*
{
	margin: 0;
	padding: 0;
}

body
{
	height: 100%;
	font-family: Tahoma, Helvetica;
	color: #333333;
	font-size: 13px;
	background-image: url('../img/interface/bg_body.jpg');
	overflow-x: hidden;
	overflow-y: auto;
}

html
{
	height: 100%;
}

.div_align_left
{
	position: relative;
	text-align: left;
}

.div_align_right
{
	position: relative;
	text-align: right;
}

.div_align_center
{
	position: relative;
	text-align: center;
}

.div_align_justify
{
	position: relative;
	text-align: justify;
}

.div_inline_block
{
	display: inline-block;
}

.font_title
{
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5em;
}
