@charset "utf-8";
/* CSS Document */

*	{
margin:0;
padding:0;
}

body	{
background-color:#000;
}


#outter_wrap	{
margin:0 auto;
width:100%;
}

#topbar	{
width:100%;
background-color:#404040;
height:45px;
text-align:center;
border-bottom:1px solid #ccc;
}

#content	{
margin:0 auto;
width:1000px;
min-height:500px;
}

#nav	{
width:100%;
background-color:#000000;
height:25px;
}

#columns_wrap	{
margin:0;
padding:0;
width:1000px;
position:relative;
}

#col_left	{
position:absolute;
width:590px;
top:0;
left:10px;
}

#col_right	{
	position:absolute;
	width:400px;
	top:0px;
	right:0px;
}

