@CHARSET "UTF-8";

body{
	font-family: Verdana;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

/************************************************************************
	INTRO STYLES
************************************************************************/
.intro{
	position: absolute;
	left: 100px;
	top: 100px;
	width: 865px;
	background-color: #DEDEDE;
}

.intro .atom_logo{
	position: absolute;
	width: 300px;
	top: 0;
	left: 0;
}

.intro .amstudios_text{
	position: absolute;
	top: 20px;
	right: 0;
}

/************************************************************************
	HOME PAGE STYLES
************************************************************************/
.home{
	opacity: 0;
}

.home .top_panel{
	position: relative;
	background-image: url("../images/top_panel.png");
	width: 700px;
	height: 67px;
	top: -67px;
	margin: 0 auto;
}

.home .top_panel span{
	font-size: 24px;
	display: inline-block;
	margin: 7px 0 0 125px;
	color: #FFFFFF; 	
}

.home .rebuilding_website{
	font-size: 14px;
	line-height: 16px;
	width: 200px;
	margin-right: 50px;
}
