@CHARSET "UTF-8";


/****************************************************************
*
*	CSS Data Hata
*
*****************************************************************/

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.loaderContainer {
	background-image: url('../images/loader.gif');
	background-position: center;
	background-repeat: no-repeat;
}

.hide {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block {
	display: block;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

/**
*
*	Corners. Default dimension 25x25
*
*	Example usage:
*
*	<div><!-- container -->
*		<div><!-- content container -->
*			<div class="corners top"><div class="left"></div><div class="right"></div></div>
*			content
*		</div>
*		<div class="corners bottom"><div class="left"></div><div class="right"></div></div>
*	</div>
*
*/

.corners {
	display: block;
	height: 25px;
	font-size: 1px;
	background-repeat: repeat-x;
}

.corners.top {
	background-position: top;
}

.corners.bottom {
	background-position: bottom;
}

.corners .left, .corners .right {
	display: block;
	width: 25px;
	height: 100%;
	font-size: 1px;
	background-repeat: no-repeat;
}

.corners.top .left {
	background-position: top left;
}

.corners.top .right {
	background-position: top right;
}

.corners.bottom .left {
	background-position: bottom left;
}

.corners.bottom .right {
	background-position: bottom right;
}

/*
*
*
*	Copyright giga :)
*
*
*/

.copy {
	clear: both;
	padding: 5px;
	margin: 0 auto;
	margin-right: 12px;
	margin-left: 240px;
	border-top: solid 1px #ddd;
	text-align: left;
	font-size: 12px;
	color: #ccc;
}

a#giga {
	display: block;
	position: absolute;
	right: 0;
	width: 120px;
	height: 40px;
	margin-right: 30px;
	padding-right: 110px;
	text-align: right;
	border: none;
	background-image: url('../images/webdesign-giga.gif');
	background-position: center right;
	background-repeat: no-repeat;
}

