@charset "utf-8";
/* CSS Document */

body			{margin:0px;}

p				{font-family:Arial, Helvetica, sans-serif; color:#333; font-size:14px; margin:0px;}

#main_surround		{width:530px; overflow:hidden; margin-left:auto; margin-right:auto; margin-top:80px;}
#logo_image			{width:530px; height:188px; float:left; background-image:url(../images/logo_image.jpg); background-repeat:no-repeat;}
.row_holder			{width:530px; overflow:hidden; float:left; margin-top:20px;}
.button_holder		{width:175px; height:66px; float:left;}
.divider			{width:1px; height:49px; background-color:#666; float:left; margin-top:9px; margin-bottom:8px; margin-right:10px;}
.button_text		{width:344px; overflow:hidden; float:left; margin-top:9px;}
.contact_holder		{width:512px; overflow:hidden; float:left; margin-top:26px; margin-left:8px; margin-right:10px;}

