diff --git a/modules/consent/templates/default/consentform.php b/modules/consent/templates/default/consentform.php
index f3e67337d54af21c6a717ab409c05f5070b2c67f..d07690d1cfcc903d58a477c25083d43e9a5d8f87 100644
--- a/modules/consent/templates/default/consentform.php
+++ b/modules/consent/templates/default/consentform.php
@@ -97,7 +97,6 @@ $(document).ready(function() {
 $this->includeAtTemplateBase('includes/header.php');
 
 ?>
-<div id="content">
 
 <p>
 <?php echo $this->t('{consent:consent_accept}', array(
@@ -205,4 +204,4 @@ foreach ($this->data['noData'] as $name => $value) {
 <?php
 
 $this->includeAtTemplateBase('includes/footer.php');
-?>
\ No newline at end of file
+?>
diff --git a/modules/consent/templates/default/noconsent.php b/modules/consent/templates/default/noconsent.php
index b865cbef1525ca1195fdbe69a33079bd0cf1e01b..66f5cac994194b082db86ada7a4667070d5f2769 100644
--- a/modules/consent/templates/default/noconsent.php
+++ b/modules/consent/templates/default/noconsent.php
@@ -5,8 +5,6 @@
 ?>
 
 
-<div id="content">
-
 	<h2><?php echo($this->data['header']); ?></h2>
 	<p><?php echo($this->t('{consent:noconsent_text}')); ?></p>
 
@@ -18,4 +16,4 @@
 	}
 ?>
 
-<?php $this->includeAtTemplateBase('includes/footer.php'); ?>
\ No newline at end of file
+<?php $this->includeAtTemplateBase('includes/footer.php'); ?>