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



header, section, footer, aside, nav, article, hgroup{
	
	display:block;
}

@font-face{
	font-family: Thunder;
	src: url(A Love of Thunder.ttf);
	
}

.button{ margin-top: 24px;}
.button > a{
	background:#B80000;
	color:white;
	display:block;
	width:190px;
	height:40px;
	opacity:0.48;
	padding:10px;
	text-decoration:none;
	border-radius:5px;
	font-family:Thunder;
	font-weight:bold;
	line-height:100%;
	font-size:large;
	margin:8px;
	

}




.button > a:hover{background:#808080;}
.button > a:active{background:#CCCCCC;}
a{cursor: pointer; cursor:hand;}

/*----------------------------------------------------------------------------------------*/


body{
	width:100%;
	background-color:black;
	display: -webkit-box;
	-webkit-box-pack: center;
}

#big_wrapper{
	max-width:1000px;
	margin:20px 0px;
	-webkit-box-orient:vertical;
	-webkit-box-flex: 1;	
}

#agplogo{
	position:relative;
	left:320px;
	
}

p{
	color:white;
	text-family:sans-serif;
	padding-left:20px;
}

#top_menu{
	border:red;
	background:blue;
	color:white;
	
}

#top_menu li{
	display:inline;
	list-style:none;
	padding:5px;
	font:14px tahoma;
	
}

#top_menu a{
	text-decoration:none;
	
}


#new_div{
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	color:white;
	text-align:center;

}



#main_section{
	/*border:1px solid blue;*/
	-webkit-box-flex:0;
	width:916px;
	height:1800px;
	margin:20px;
	padding:8px;
	background-image:url(AGP.png);
	background-repeat:no-repeat;
	
	
}
#side_news{
	border:1px solid red;
	width:150px;
	height:130px;
	margin:30px;
	padding:20px;
	background:orange;
	color:white;
	
}

#footer{
	text-align:left;
	margin-left:20px;
	border-top:1px solid white;
	color:white;
}


#col1 {
	position:relative;
	left:0px;
	
}

#col2{
	position:relative;
	left:230px;
	top:-1784px;
}

#col3{
	position:relative;
	left:460px;
	top:-3568px;
}

#col4{
	position:relative;
	left:690px;
	top:-5352px;
}

#BlueLogo{
	top:200;
	
}










