/* CSS Document */

*{padding:0; margin:0;}

html {min-height: 101%; background-color:#a12f66;}
body {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color:#363636; margin:auto; padding: 0 0 0 0;}
p.button {font-size:16px; color:#FFFFFF; margin: 7px 0 0 0;}


/*-------- container --------*/

#container {width: 100%; height: auto; margin: auto; background-color:#FFFFFF; background-image:url(images/background.jpg); background-repeat:no-repeat; background-position:center; background-position:top;}


/*-------- header --------*/

#header {width: 960px; height: 170px; margin: auto; background-image:url(images/header.jpg);background-position:top;}


/*-------- content --------*/

#content {width: 220px; height: auto; margin: 15px auto auto auto; clear:both;}
#icons {width: 43px; height: 245px; margin:auto; float:left; background-image:url(images/icons.jpg);}


/*-------- buttons --------*/

#button_container {width: 177px; height: auto; margin: 0 0 90px 0; float:left;}
#button {width: 177px; height: 36px; margin:0 0 6px 0; float:left; background-image:url(images/button.jpg); clear:both; text-decoration:none; outline:none;}
#button a {width: 177px; height: 36px; margin:0 0 6px 0; float:left; background-image:url(images/button.jpg); clear:both; text-decoration:none; outline:none;}
#button a:link, #button a:visited {width: 177px; height: 36px; margin:0 0 6px 0; float:left; background-image:url(images/button.jpg); clear:both; text-decoration:none; outline:none;}
#button a:hover, #button a:active {width: 177px; height: 36px; margin:0 0 6px 0; float:left; background-image:url(images/button_over.jpg); clear:both; text-decoration:none; outline:none;}


/*-------- footer --------*/

#footer_container {width: 100%; height: auto; clear:both;}
#footer_top {width: 100%; height: auto; clear:both; margin: 0 0 20px 0;}
#footer_bottom {width: 100%; height: 1px; clear:both; background-color:#a12f66;}