/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Anatimation
Version:	0.1
Last change:	
Coded by:	Mitrovic Srdjan
Copyright:	Bonnell Street Enterpirses Inc.
-------------------------------------------------------------------*/
@import "layout.css";
@import "classes.css";
@import "typography.css";
@import "flash.css";
/* @import "debugging.css"; */


* {
		margin: 0px;
		padding: 0px;
	}
	
/* =reset - ostatak massReseta 
-------------------------------------------- */
fieldset {
		border:none;
	}

input, select, textarea {
		font-size: 100%;
	}
	
form label {
		cursor: pointer;
	}
	
/*  =img - uklanja plavi okvir u nekim browserima 
-------------------------------------------- */
img {
		border: none;
	}

/* =body - stil body taga 
-------------------------------------------- */
html, body {
	text-align:center;	/* centrira sadrzaj za <IE6 */
	padding: 0;
	margin: 0;



	}	

body {
	background-image: url(../imgs/topbg.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
